glfs/gnome/lib/gconf/gconf-inst.xml
Larry Lawrence da013fc429 Fixed errors in Gnome discovered by Billy
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@217 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-09-11 01:32:28 +00:00

13 lines
302 B
XML

<sect2>
<title>Installation of GConf</title>
<para>Install GConf by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/opt/gnome2 --libexecdir=/opt/gnome2/sbin \
--sysconfdir=/etc/gnome &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>