This is a binary version of GNUPLOT 3.5 (patchlevel 3.50.1.17)
ported to A/UX (dated 20 Jun 1994).

It is not terribly difficult to port GNUPLOT 3.5 to run under A/UX.
However, various people posting to comp.unix.aux recently have indicated
they have had trouble compiling, so this binary release is intended to
help these folks. (To those who want to port the source, you'll need
to add #include's for <limits.h> in various places and change
your makefile to use gcc and add -lposix to TERMLIBS).

Support for the pointsize feature was eliminated to work around a bug
that could not be isolated.  Otherwise, this version should be fully functional 
and has been used for months in an automated application with no problems.

gnuplot is not covered by the GNU "copyleft" license.  Modifications to
the code itself are not allowed to be distributed.  You can FTP the original
source from prep.ai.mit.edu.  For more information, see the 0README file,
the 0FAQ file, or the man-page (all included).


Installation Instructions:
=========================

1.	Copy the two binaries to /usr/local/bin (or somewhere similar):

-rwxr-xr-x   1 root     bin    336676 Jun 20 22:20 /usr/local/bin/gnuplot
-rwxr-xr-x   1 root     bin     98276 Apr 22 21:43 /usr/local/bin/gnuplot_x11

[note: if you won't be using gnuplot under X, you don't need to install
       gnuplot_x11]

2.  Copy the precompiled man-page to /usr/local/man/manl (or equivalent):

-rw-r--r--   1 root     bin      3326 Apr 22 20:49 gnuplot.1.gz

