glfs/gnome/core/panel/gnome-panel-inst.xml
Larry Lawrence 7794f8dd51 updated gnome-vfs, libgnome, libgnomecanvas, libgnomeui, gnome-desktop, gnome-panel, gnome-session, gnome-utils
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@208 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-09-07 00:58:45 +00:00

13 lines
339 B
XML

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