glfs/xsoft/graphweb/galeon/galeon-inst.xml
Larry Lawrence b297702f30 galeon edits in inst, exp and config
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@353 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-10-25 03:02:18 +00:00

24 lines
720 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=/usr/lib/mozilla \
--with-mozilla-includes=/usr/include/mozilla/ --disable-werror &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>