2002-09-19 08:26:49 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of galeon</title>
|
|
|
|
|
2002-09-26 08:19:42 +08:00
|
|
|
<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>
|
2002-10-02 03:02:19 +08:00
|
|
|
from <ulink url="&ffile-root;"/> and place it into your source
|
2002-09-26 08:19:42 +08:00
|
|
|
directory.</para>
|
|
|
|
|
2002-09-19 08:26:49 +08:00
|
|
|
|
|
|
|
<para>Install galeon by running the following commands:</para>
|
|
|
|
|
2002-09-26 08:19:42 +08:00
|
|
|
<para><screen><userinput>patch -Np0 -i ../galeon.patch &&
|
|
|
|
./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 &&
|
2002-09-19 08:26:49 +08:00
|
|
|
make &&
|
|
|
|
make install</userinput></screen></para>
|
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|