glfs/gnome/add/applets/gnome-applets-inst.xml
Tushar Teredesai b394e5f7c1 Gnome Fixes
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1762 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-02-02 02:11:57 +00:00

16 lines
576 B
XML

<sect2>
<title>Installation of <application><acronym>GNOME</acronym> Applets</application></title>
<para>Install <application><acronym>GNOME</acronym> Applets</application> by running the following commands:</para>
<screen><userinput><command>PRE=`pkg-config --variable=prefix ORBit-2.0` &amp;&amp;
./configure --prefix=$PRE \
--libexecdir=$PRE/sbin \
--localstatedir=/var/lib --sysconfdir=/etc/gnome &amp;&amp;
make tooldir=$PRE/lib/gnome-applets &amp;&amp;
make tooldir=$PRE/lib/gnome-applets install &amp;&amp;
unset PRE</command></userinput></screen>
</sect2>