mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-01-25 07:42:13 +08:00
b297702f30
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@353 af4574ff-66df-0310-9fd7-8a98e5e911e0
24 lines
720 B
XML
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 &&
|
|
./configure --prefix=/opt/gnome --with-mozilla-snapshot=1.0 \
|
|
--with-mozilla-libs=/usr/lib/mozilla \
|
|
--with-mozilla-includes=/usr/include/mozilla/ --disable-werror &&
|
|
make &&
|
|
make install</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|