I have made PEQ as easy to install (and use) as possible so here is a real
short 'n' sweet guide to installing:

Uncompress PEQ (if you haven't already) using the command:
`tar zxvf peq-xxx.tar.gz' (where xxx put the current version number)

Now you have two choices. You can either hope that by pure luck we have similar
systems so you don't reconfigure (unlikely), or you can just run `./config'
This will run a home-made script that will ask you a few questions. When
you've answered them all it will write a Makefile tailored to your needs.
To compile PEQ type: `make' and then `make install' to copy the executables
and the peq library to the paths you choose when you ran the configuration
program.

I've only compiled PEQ on a Linux system (I don't have access to any others).
If you've tried it on other unices please drop me a line with the related info.
BSD users: There's a BSD version of PEQ floating around. Check out
http://rope.cjb.net for more info.

IMPORTANT NOTE: XPEQ (the X version of PEQ) requires the Qt toolkit. Properly
install that before attempting to compile & run PEQ.
