glfs/gnome/add/monitor/gnome-system-monitor-inst.xml

17 lines
548 B
XML
Raw Normal View History

<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 $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>