From: Julien Q. <Jul...@im...> - 2001-09-20 18:21:51
|
On Thu, Sep 20, 2001 at 08:01:18PM +0200, Robin Berjon wrote: > > Since the audience of the list is so small for the moment, I guess I = can > > post just to say that I finally got Mozilla 0.9.4 to compile with SVG > > support under Linux... It looks quite neat for the moment! >=20 > Duuuuude, you're so cool. >=20 > I've gotta try the same thing, anything I should know ? This is what I did: + got the source with CVS, using the branch SVG_20010721_BRANCH + configured with the following options: --enable-strip-libs --disable-debug --enable-optimize=3D-O2 --enable-svg --enable-mathml there may be some more that are useful unless you want debug info, et= c. + configure complained about my version of libarts (2.2 or something), = so I had to get it from the Gnome CVS repository, as the lastest tarball w= as too old (see http://www.artofcode.com/libart.html), you need version = 2.4.4 at least (got version 2.4.5 from the CVS repository) + launched make... waited about one hour... and voil=E0 ! Issues: not sure about the MathML support; it doesn't look like it's doin= g much. I tried to view http://www.fuchsia-design.com/, but it complained a= bout not having an 'svg+xml' plugin or something. Most of the test from the croczilla page seemed allright (a couple glitches here and there). So this is not too hard, really... but some patience is required. Julien |