
  gPS - Graphical Process Status
  version 0.2.1

  Be sure to have read the README file before coming to this one.


  INSTALLING
   cd to the gPS-0.2.1 directory and type

   ./configure
   make
   make install

   Notice: you must be root to accomplish the "make install" step. 
   These commands  will compile gPS and install it under /usr/local:

   /usr/local/bin/gps
   /usr/local/doc/README
   /usr/local/doc/COPYING
   /usr/local/man/man1/gps.1x
   /usr/local/share/icons/xray-tux.xpm

   So if you ever want to uninstall gPS, just remove these files.
 
   To change the /usr/local/ prefix to anything else do

   ./configure --prefix=/anywhere

   /anywhere being the place you want gPS to go.

