mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-13 15:39:12 +08:00
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1762 af4574ff-66df-0310-9fd7-8a98e5e911e0
16 lines
576 B
XML
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` &&
|
|
./configure --prefix=$PRE \
|
|
--libexecdir=$PRE/sbin \
|
|
--localstatedir=/var/lib --sysconfdir=/etc/gnome &&
|
|
make tooldir=$PRE/lib/gnome-applets &&
|
|
make tooldir=$PRE/lib/gnome-applets install &&
|
|
unset PRE</command></userinput></screen>
|
|
|
|
</sect2>
|
|
|