THIS IS THE 'INSTALL' DOCUMENT:


To compile PG (ver 0.92) you need to have Micro-C.  PG does not
(currently) build under any other compiler.

Type:

   cc pg.c -fop

This will generate the PG.COM program.


============================================================
I have made a few changes to the source, but didn't (technically)
delete anything.  I removed the verbose GNU License statement in the
usage() function.  To put it back in, add this to the code:

   #define SHOW_GNU_COPYING

or, compile like this:

  cc pg.c -fop SHOW_GNU_COPYING=1

I have set the default behavior of the program to operate in
mono-mode only.  This is a color scheme that should work well on all
monitors, even a mono display.  To build using Bill's original
colors, add this to the code:

   #define USE_COLOR_MODE

or, compile like this:

  cc pg.c -fop USE_COLOR_MODE=1



------------------------------------------------------------
(Jim Hall, jhall1@isd.net)
