glfs/xsoft/graphweb/galeon/galeon-inst.xml
Larry Lawrence 1450a2a5a0 galeon sync to mozilla
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@263 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-09-23 18:41:26 +00:00

22 lines
798 B
XML

<sect2>
<title>Installation of galeon</title>
<para>The mozilla requirement is <emphasis>not</emphasis> satisfied by
the mozilla install instructions in this book, but can easily be
satisfied by the mozilla build directory created by the instructions.
Do not remove &lt;source dir&gt;/mozilla until galeon is installed.
Compiling must be done with the same compiler version and the same
optimization settings.</para>
<para>Install galeon by running the following commands:</para>
<para><screen><userinput>export SOURCE_DIR=/usr/src &amp;&amp;
./configure --prefix=/opt/gnome \
--with-mozilla-libs=/opt/mozilla/lib/mozilla-&mozilla-version; \
--with-mozilla-includes=$SOURCE_DIR/mozilla/dist/include --disable-werror &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>