home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / avogl.tar.gz / avogl.tar / vogl / readme.pc < prev    next >
Text File  |  1992-09-22  |  805b  |  30 lines

  1.  Installing on a PC.
  2.  
  3. a) Copy all the subdirectories from the disk(s) using cpfd.bat
  4.    eg: C:> a:
  5.        A:> cd vogl
  6.        A:> cpfd c:\vogl
  7.        A:> c:
  8.  
  9. b) If you want MS-Fortran interfaces then from the vogl directory run
  10.    fbuild.bat with your floating point option as an argument.
  11.    eg: C:> cd vogl
  12.        C:> fbuild -FPi87
  13.  
  14. c) If you don't want MS-Fortran interfaces then run build.bat instead of
  15.    fbuild.bat
  16.  
  17. d) The above batch files stop in the examples directory. Try and run the
  18.    examples.
  19.  
  20. e) If The examples worked then put VOGL.LIB and HERSHEY.LIB where you 
  21.    normally put libraries.
  22.  
  23.    Notes:
  24.  
  25.        Different devices are compiled in according to the flags in the
  26.        makefiles in the SRC directory.
  27.  
  28.        Uses the Large memory model ('cause we had to also use MS-Fortran)
  29.  
  30.