glfs/gnome/add/monitor/gnome-system-monitor-inst.xml
Larry Lawrence df106b1000 kde, multimedia, pst
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@874 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-04-22 15:42:52 +00:00

19 lines
608 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 &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
<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 <userinput>make
install</userinput>.</para></note>
</sect2>