mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
1450a2a5a0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@263 af4574ff-66df-0310-9fd7-8a98e5e911e0
22 lines
798 B
XML
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 <source dir>/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 &&
|
|
./configure --prefix=/opt/gnome \
|
|
--with-mozilla-libs=/opt/mozilla/lib/mozilla-&mozilla-version; \
|
|
--with-mozilla-includes=$SOURCE_DIR/mozilla/dist/include --disable-werror &&
|
|
make &&
|
|
make install</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|