home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff280.lzh / Graph / README < prev    next >
Text File  |  1989-11-20  |  1KB  |  40 lines

  1.     This program draws mathematical functions on a plane. Text & axes may
  2.     be added, and the result saved to disk or printed.
  3.  
  4.     To compile it, you'll need:
  5.  
  6.      - Lattice C V5.02
  7.      - My eval library (which, if I'm not mistaken, and for obscure reasons,
  8.        came over comp.binaries.amiga a few months ago. It's also on fish
  9.        disk 192).
  10.      - The ARP include files, with a few changes to libraries/arp_pragmas.h:
  11.        Add a #ifndef NODOS/#endif around the #pragmas Open to Execute.
  12.      - 1 Meg of memory ...
  13.  
  14.     To install the source correctly, create a directory graph, unshar all
  15.     this in it, and Execute mv2dir. On a floppy system, format a new disk
  16.     and unshar onto that ... (You'll have to change a few things because
  17.     the debuggable objects & executable won't fit on one disk).
  18.  
  19.     To compile, the file eval.h (from the eval library) should be accessible
  20.     with a '#include "user/eval.h"'. Now, simply type
  21.  
  22.       lmk -f lmkO ; for an optimised version
  23.  
  24.       lmk ; for a debuggable version
  25.  
  26.     The program is commented, though not extensively. If you want to add any
  27.     objects, read the file object.guidelines first.
  28.  
  29.  
  30. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  31. David Gay
  32.   "(p.suiv :=: q.prec.suiv).prec :=: q.prec"
  33.   You don't want to know about this language !
  34.  
  35. GAY_D@ELMA.EPFL.CH, or GAY_D%ELMA.EPFL.CH@CLSEPF51.bitnet
  36. (Till mid-august 89)
  37.  
  38. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  39.  
  40.