mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
f02f13ce99
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@678 af4574ff-66df-0310-9fd7-8a98e5e911e0
17 lines
548 B
XML
17 lines
548 B
XML
<sect2>
|
|
<title>Installation of gnome-system-monitor</title>
|
|
|
|
<para>Install gnome-system-monitor by running the following commands:</para>
|
|
|
|
<para><screen><userinput>./configure --prefix=$GNOME_PREFIX --localstatedir=/var/lib \
|
|
--sysconfdir=/etc/gnome &&
|
|
make &&
|
|
make install</userinput></screen></para>
|
|
|
|
<note><para>make install will need path access to $GNOME_PREFIX/bin. If your
|
|
preinstallation changes were made only to the user account, you will
|
|
need to adjust your path prior to running 'make install'.</para></note>
|
|
|
|
</sect2>
|
|
|