home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 344b.lha / plplot_v2.6 / lattice / README < prev   
Encoding:
Text File  |  1990-01-27  |  775 b   |  19 lines

  1.     Installation of plplot for use with the Lattice C compiler.
  2.  
  3. A script is provided (make-all) to compile all of the routines and
  4. create a Lattice compatible library.  You should examine this script
  5. and the first part of plplot.h to become familiar with some of the
  6. available options. (You might want to change some of the default
  7. options).  To create the plplot library type
  8.  
  9.   execute make-all [FFP | IEEEF |IEEED]
  10.  
  11. where the options allow you to create Motorola fast floating point,
  12. IEEE float, or IEEE double compatible libraries. The library is
  13. created in the pllibs directory.  You may want to move the library
  14. to lib: (the lattice directory containing the link libraries).
  15. The libraries are named differently depending on whether you specify
  16. FFP, IEEEF, or IEEED.
  17.  
  18.  
  19.