$Id: README,v 1.5 1995/10/10 20:27:07 deaven Exp $
This is xyplot, a program for making x-y plots in PostScript.
Send bug reports to David Deaven <deaven@ishmael.ameslab.gov>.

To install:

   1.  Edit `Makefile.mk' to determine where TeX input files should
       be installed.

   2.  Run the configuration script (from libdmd), `dmdconfig' to
       build the Makefile.  You must have installed libdmd first.

   3.  Make the program:
       `make'         -- compile binaries (xyplot(1) and dvips2xy(1))
       `make install' -- install binaries, man pages, and PostScript header

See the man pages for details of operation.  The environment variable
XYPLOTPATH must be set to allow xyplot to find the header file,
xyplot.ps.

In order to use dvips2xy(1) correctly, dvips(1) must be installed on
your system.

You will need my personal library, libdmd.a, to compile this code.
