home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Professional / OS2PRO194.ISO / os2 / print / gnuplt35 / install.os2 < prev    next >
Text File  |  1993-06-15  |  3KB  |  80 lines

  1. GNUPLOT for OS/2 PM -- Installation
  2. ===================================
  3.  
  4. This program requires OS/2 2.0 or later. 
  5.  
  6. 1) Setup for the WPS.
  7. =====================
  8.  
  9. Open a command line session, copy the archive file to its own
  10. directory (say, c:\GNUPLOT), and unzip it there.
  11.  
  12. The EMX.DLL file MUST be copied to a directory pointed to by
  13. the LIBPATH statement in your CONFIG.SYS file.
  14.  
  15. A program object can then be made which points to GNUPLOT.EXE, and has 
  16. the above directory as its working directory. 
  17.  
  18. To do this, drag a program template to a suitable folder.
  19. In the 'Program' page of the 'Settings' notebook,
  20. enter the program name under 'Path and file name'
  21. e.g. c:\gnuplot\gnuplot.exe
  22. In the 'Working directory' field, enter the directory name
  23. e.g c:\gnuplot
  24. Close the notebook.
  25.  
  26. Clicking on the object will then start up GNUPLOT.
  27.  
  28. You can specify the object's program parameter as '%*' to enable you
  29. to drop files onto the Gnushell icon. 
  30.  
  31. 2) Setup for running from the command line
  32. ==========================================
  33.  
  34. GNUPLOT can be run from the command line when set up as above,
  35. simply by typing:
  36.  
  37. [C:\GNUPLOT] gnuplot 
  38.  
  39. In addition, you may specify GNUPLOT files on the command line.
  40. These files will be plotted, and the program will exit when the last has been
  41. plotted, in the usual GNUPLOT fashion.
  42.  
  43.  
  44. 3) Environment strings
  45. ======================
  46.  
  47. The program will use the GNUPLOT environment strings if these are
  48. defined; the string GNUTERM will be ignored.
  49.  
  50. 4) Running GNUPLOT on its own
  51. =============================
  52.  
  53. GNUPLOT may be run on its own from the command line, if you do not
  54. need graphic output on the screen. In this case you may need to define
  55. the usual GNUPLOT environment.
  56.  
  57.  
  58. 5) Deinstalling GNUPLOT
  59. =======================
  60.  
  61. GNUPLOT and Gnupmdrv do not create any hidden files or any entries in
  62. OS2.INI or OS2SYS.INI. Saved option settings are kept in a GNUPMDRV.INI
  63. file in the program's working directory.
  64. The program can be deinstalled by simply deleting
  65. the files that have been unpacked from the archive, and undoing any 
  66. changes you have made such as setting environment variables.
  67.  
  68. 6) Documentation
  69. ================
  70.  
  71. The file gnuplot.inf contains the GNUPLOT manual in the OS/2 Information
  72. Presentation Facility format. It can be viewed by using the 'view' command
  73. of OS/2.
  74. The files in subdirectory doc contain the LaTex source for the manual.
  75. This should be run through LaTex twice in order to resolve cross-references.
  76.  
  77. Roger Fearick
  78. fearick@physci.uct.ac.za   
  79. 15 June 93
  80.