Installation of gnome-system-monitor
Install gnome-system-monitor by running the following commands:
./configure --prefix=$GNOME_PREFIX --localstatedir=/var/lib \
--sysconfdir=/etc/gnome &&
make &&
make install
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.