2002-09-10 11:40:34 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of gnome-system-monitor</title>
|
|
|
|
|
|
|
|
<para>Install gnome-system-monitor by running the following commands:</para>
|
|
|
|
|
2003-02-10 03:52:05 +08:00
|
|
|
<para><screen><userinput>./configure --prefix=$GNOME_PREFIX --localstatedir=/var/lib \
|
2002-09-11 09:32:28 +08:00
|
|
|
--sysconfdir=/etc/gnome &&
|
2002-09-10 11:40:34 +08:00
|
|
|
make &&
|
|
|
|
make install</userinput></screen></para>
|
|
|
|
|
2003-04-22 23:42:52 +08:00
|
|
|
<note><para>make install will need path access to <filename
|
|
|
|
class="directory">$GNOME_PREFIX/bin</filename>. If your
|
2003-02-10 03:52:05 +08:00
|
|
|
preinstallation changes were made only to the user account, you will
|
2003-04-22 23:42:52 +08:00
|
|
|
need to adjust your path prior to running <userinput>make
|
|
|
|
install</userinput>.</para></note>
|
2003-02-10 03:52:05 +08:00
|
|
|
|
2002-09-10 11:40:34 +08:00
|
|
|
</sect2>
|
|
|
|
|