glfs/gnome/add/monitor/gnome-system-monitor-inst.xml
Larry Lawrence a6c2573851 update to gnome-applets-2.2.2 and gnome-system-monitor-2.0.5
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1031 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-09-05 14:27:05 +00:00

19 lines
664 B
XML

<sect2>
<title>Installation of <application>gnome-system-monitor</application></title>
<para>Install <application>gnome-system-monitor</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=$GNOME_PREFIX --localstatedir=/var/lib \
--sysconfdir=/etc/gnome &amp;&amp;
make &amp;&amp;
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>