Installation:

You will need the parser generator PCCTS Version 1.33 to compile this
package. It is available from:

	http://www.antlr.org/1.33/pccts.tar.gz
or
	ftp://ftp.th-darmstadt.de/pub/programming/languages/compiler-compiler/pccts/1.33/pccts.tar.gz

See http://www.mcs.net/~tmoog/pccts.html for more information about PCCTS.


1. Type './configure'.
   Use configure option '--with-pccts=PCCTS-DIR' to specify the PCCTS
   installation directory. It will default to /usr/local/pccts if not
   specified. PCCTS binaries are expected under PCCTS-DIR/bin, include and
   source files under PCCTS-DIR/h (the default layout of the PCCTS
   distribution directory).

2. Type 'make' to compile the package.

3. Type 'make install' as root to install the binary and the manual page under
   '/usr/local'.
