glfs/xsoft/graphweb/galeon/galeon-inst.xml
Mark Hymers 37e8bccdcf change to using the two ffile-root and hfile-root entities
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@294 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-10-01 19:02:19 +00:00

24 lines
736 B
XML

<sect2>
<title>Installation of galeon</title>
<para>Compiling must be done with the same compiler version and the same
optimization settings that were used on mozilla.</para>
<para>Before installing galeon, you need to download
<filename>galeon.patch</filename>
from <ulink url="&ffile-root;"/> and place it into your source
directory.</para>
<para>Install galeon by running the following commands:</para>
<para><screen><userinput>patch -Np0 -i ../galeon.patch &amp;&amp;
./configure --prefix=/opt/gnome --with-mozilla-snapshot=1.0 \
--with-mozilla-libs=/opt/mozilla/lib/mozilla \
--with-mozilla-includes=/opt/mozilla/include/mozilla/ --disable-werror &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>