mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 21:12:12 +08:00
a5a7f5ba7c
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1702 af4574ff-66df-0310-9fd7-8a98e5e911e0
19 lines
733 B
XML
19 lines
733 B
XML
<sect2>
|
|
<title>Installation of <application><acronym>GNOME</acronym> System Monitor</application></title>
|
|
|
|
<para>Install <application><acronym>GNOME</acronym> System Monitor</application> by running the following commands:</para>
|
|
|
|
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
|
|
--localstatedir=/var/lib --sysconfdir=/etc/gnome &&
|
|
make &&
|
|
make install</command></userinput></screen>
|
|
|
|
<note><para>make install will need path access to <filename
|
|
class="directory">$GNOME_PREFIX/bin</filename>. If your
|
|
preinstallation changes were made only to the user account, you will
|
|
need to adjust your path prior to running <command>make
|
|
install</command>.</para></note>
|
|
|
|
</sect2>
|
|
|