home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume8 / gnuplot1.10A / part04 / readme.tc < prev    next >
Encoding:
Text File  |  1989-09-09  |  967 b   |  20 lines

  1. For those of you that will be compiling this code with Turbo C, there
  2. are a few things that you will need to know.  First, this code can only
  3. be compiled with TC 2.0 or higher.  This is because of the special graphics
  4. routines that were utilized.  When compiling it is normal to receive a
  5. number of warnings.  You should not get any errors though.  The warnings
  6. are normally functions not returning values and some warnings about possible
  7. incorrect assignments.  The program runs fine in spite of these.
  8.  
  9. The other thing that you must do after compiling is to make sure that the
  10. .BGI files are installed in the subdirectory that the program is to be run
  11. from.  Even if you put gnuplot on your path, you must have these files in your
  12. current subdirectory.  If you want to fully path the program you can change
  13. the init() routine to include the path to the .bgi files.  If you do this,
  14. send the code back to us.
  15.  
  16. Good Luck and have fun!
  17.  
  18. William E Wilson
  19. wilson@nauvax
  20.