glfs/gnome/lib/gnomelib/libgnome-inst.xml
Larry Lawrence 4a906f0bf9 gnome 2.2, libgnome-2.2.0.1, libart-lgpl
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@669 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-02-09 00:27:21 +00:00

13 lines
330 B
XML

<sect2>
<title>Installation of libgnome</title>
<para>Install libgnome by running the following commands:</para>
<para><screen><userinput>./configure --prefix=$GNOME_PREFIX --libexecdir=$GNOME_PREFIX/sbin \
--sysconfdir=/etc/gnome --disable-gtk-doc &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>