2002-09-19 08:26:49 +08:00
|
|
|
<sect2>
|
2003-09-24 07:58:37 +08:00
|
|
|
<title>Installation of <application>Galeon</application></title>
|
2002-09-19 08:26:49 +08:00
|
|
|
|
2002-09-26 08:19:42 +08:00
|
|
|
<para>Compiling must be done with the same compiler version and the same
|
2003-09-02 00:41:59 +08:00
|
|
|
optimization settings that were used on
|
2003-09-24 07:58:37 +08:00
|
|
|
<application>Mozilla</application>.</para>
|
2002-09-26 08:19:42 +08:00
|
|
|
|
2003-09-24 07:58:37 +08:00
|
|
|
<para>Install <application>Galeon</application> by running the following commands:</para>
|
2002-09-19 08:26:49 +08:00
|
|
|
|
2003-09-02 00:41:59 +08:00
|
|
|
<screen><userinput><command>./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome \
|
2003-04-25 03:22:56 +08:00
|
|
|
--localstatedir=/var/lib &&
|
2002-09-19 08:26:49 +08:00
|
|
|
make &&
|
2003-09-02 00:41:59 +08:00
|
|
|
make install</command></userinput></screen>
|
2002-09-19 08:26:49 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|