INSTALATION INSTRUCTIONS
========================

Quick install
-------------

PCPMON uses standard autoconf package, so the quick install consists of just
two commands:

./configure
make install

Then you can run the pcpmon command in the XWindows. For instructions on running
PCP in command-line mode see README.

The program is by default compiled with GD library to be able to save
screenshots. However, if you don't have GD, you can disable it by running

./configure --disable-gd


Requirements
------------

PCPMON requires those libraries:

- libgtk+libglib version 1.2.0 or newer for graphic interface. It can be obtained
	from anonymous ftp on ftp.fimp.org.

- libxml for reading/writing configuration. Go to www.freshmeat.net and enter
	libxml into the search box. It will point you to the download site.

- libpcp for preformance statistics gathering. It comes in the Performance
	Co-Pilot package, search for pcp on www.freshmeat.net.

Optional:

- libgd for saving screenshots. Its homepage is at http://www.boutell.com/gd/

Optionally you may bant to have bison installed to create expression parsing
machine if you modify it, but the machine is already created in the distributed
files.


