<br><div><span class="gmail_quote">On 06/11/2007, <b class="gmail_sendername">vicente garcia</b> &lt;<a href="mailto:vicentegarcia@gmail.com">vicentegarcia@gmail.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I preffer SVG support than javascript or flash support :P<br><br>Without jokes, I think to support SVG is important<br>_______________________________________________<br>maemo-developers mailing list<br><a href="mailto:maemo-developers@maemo.org">
maemo-developers@maemo.org</a><br><a href="https://lists.maemo.org/mailman/listinfo/maemo-developers">https://lists.maemo.org/mailman/listinfo/maemo-developers</a><br></blockquote></div><br><br>Hi,<br>
<br>
currently SVG support is disabled but you can build your own version of microb-engine which supports SVG.<br>
<br>Make sure you have lot&#39;s of free space. If I remember correctly, building microb-engine needs something like 1.7GB. I&#39;m not joking.<br><br>
First you need to build libidl-dev:<br>
svn co <a href="https://garage.maemo.org/svn/browser/mozilla/trunk/libidl">https://garage.maemo.org/svn/browser/mozilla/trunk/libidl</a> libidl<br>
cd libidl<br>
dpkg-buildpackage -rfakeroot -uc -us -tc | tee libidl-build.log<br>
cd ..<br>
fakeroot dpkg -i libidl-dev*.deb<br>
<br>If you get problems with building libidl, because you lack flex then read this bug report:<br><a href="http://bugzilla.scratchbox.org/bugzilla/show_bug.cgi?id=310">http://bugzilla.scratchbox.org/bugzilla/show_bug.cgi?id=310
</a><br><br>
To build microb-engine you need to have extras repository available in
your sdk and you need to install libcairo2-dev package. Then you need
also bc package which wasn&#39;t available in the maemo repositories last time checked, though I haven&#39;t checked latest sdk releases.<br>
<br>
fakeroot apt-get install libcairo2-dev<br>
fakeroot dpkg -i bc-package-name.deb # you should be able to take
latest from stable or unstable debian, though most probably you need to
rebuild it<br>
svn co <a href="https://garage.maemo.org/svn/browser/mozilla/trunk/microb-engine">https://garage.maemo.org/svn/browser/mozilla/trunk/microb-engine</a> microb-engine<br>
cd microb-engine/microb-engine<br>
ADD_OPTIONS=&quot;--enable-oji&quot; DEB_BUILD_OPTIONS=&quot;parallel svgport
syscairo&quot; dpkg-buildpackage -rfakeroot -uc -us -tc | tee
../microb-engine-build.log<br><br>
Then copy your microb-engine package to mmc and install it to the
device, before installing it to the device you need to install
libcairo2 from maemo-extras repository.<br>
<br>
I have been testing this with maemo 3.x releases so it might be that
4.0 have some issues fixed. I have tried this with N800 not N810.<br>
<br>
I think it would be nice if someone could upload optional SVG enabled version of the browser to maemo-extras or somewhere. Maybe browser team could do that?<br><br>Btw, if you have started browser with old (non-SVG enabled) backend, you need to remove 
compreg.dat file:<br><a href="http://lists.maemo.org/pipermail/maemo-developers/2007-September/011848.html">http://lists.maemo.org/pipermail/maemo-developers/2007-September/011848.html</a><br clear="all"><br>Sincerely,<br>
-- <br>Miko Nieminen<br><a href="mailto:miko.nieminen@iki.fi">miko.nieminen@iki.fi</a><br><a href="mailto:miko.nieminen@gmail.com">miko.nieminen@gmail.com</a><br><a href="mailto:miko.nieminen@nomovok.com">miko.nieminen@nomovok.com
</a>