
This program uses GNU autoconf so it should (at least in theory) be easy
to compile and install, but it is only developed using gcc on my own
Linux system (redhat), so you may run into some trouble. If you have
another system and must do some changes to make it compile, then please
let me know.

To compile the program cd into the src directory and run

	./configure
	make

There should be no warnings or errors.
Now the program is ready to run, but if you want to install it
on a permanent basis then run

	make install

This will install printpar in /usr/local/sbin and its man page in
/usr/local/man/man8 (unless you specified a "--prefix" argument to
configure).

