glfs/xsoft/graphweb/galeon/galeon-inst.xml
Larry Lawrence 243b7247c0 update to scrollkeeper-0.3.12 and galeon-1.3.7
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1014 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-01 16:41:59 +00:00

17 lines
518 B
XML

<sect2>
<title>Installation of <application>galeon</application></title>
<para>Compiling must be done with the same compiler version and the same
optimization settings that were used on
<application>mozilla</application>.</para>
<para>Install <application>galeon</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=$GNOME_PREFIX --sysconfdir=/etc/gnome \
--localstatedir=/var/lib &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>