Documentation about PSPRINT, what it does, and how to install it is in
the file: psprint.htm.

Requirements:
- An Ada compiler. If you don't have one, you can get a free one from ftp://cs.nyu.edu/gnat
  (this is the Ada version of gcc)
- Tcl/TK if you want the windowing interface. Tcl/TK can be obtained from 
  http://sunscript.sun.com/

Information:
If you want to learn about Ada, the best starting point is http://www.adapower.com

If you want to know why I wrote this in Ada, instead of C like everybody, the answer is
simple: I like programs that work right from the first run, and I don't have the time to
go chasing bugs in C.