The GD package from
http://www.boutell.com/gd/ must be available for recompilation.
Extract the gzipped tar file and create a gd1.3 directory on
the same level in order to compile
GD .
Make the code with 'make' on LINUX, or, if you're on NT, use your
favourite environment. Here's what is in the package:
plotter/basic.c - the main program.
plotter/basicdemo.c - no longer needed, just to test the
GD package, may replace basic.c for test purposes.
plotter/color.c - color assignments.
plotter/draw.c - drawing lines.
plotter/file.c - file handling.
plotter/dejam.csh - a utility to make PLOTTER.HLP from the
JAMF code.
plotter/proto.h - prototypes of PLOTTER functions.
plotter/plotter.exe - a NT binary if you need some.
plotter/plotter.hlp - PLOTTER Help file. schould be in the
same directory as your working directory if plotter -h shall work.
plotter/parse.c - parsing functions.
plotter/write.c - writing text into the GIF.
plotter/plotter.h - includes that descreibe constants.
plotter/plotter.test - a test steering file for illustrary
purposes.
plotter/plotter.tgt - a WATCOM target file as a help for
compilation if needed.
plotter/Makefile - the LINUX makefile.
plotter/plotter - the LINUX binary.
plotter/plotter.tut - the JAMF source code for the
tutorial.
plotter/plotter.jam - the JAMF source code for the
specification.