glfs/gnome/core/panel/gnome-panel-inst.xml
Larry Lawrence a513a179f7 update to gdm-2.4.1.3
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@702 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-02-15 22:30:49 +00:00

13 lines
361 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 --disable-gtk-doc &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>