glfs/gnome/core/panel/gnome-panel-inst.xml
Larry Lawrence e109eb00a8 gnome-2.2, gnome-applets, gnome-utils, gnome-games, close Feb 9
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@681 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-02-10 18:58:25 +00:00

13 lines
343 B
XML

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