home *** CD-ROM | disk | FTP | other *** search
/ gondwana.ecr.mu.oz.au/pub/ / Graphics.tar / Graphics / VOGLE.ZIP / README.PC < prev    next >
Text File  |  2000-02-11  |  831b  |  29 lines

  1.  Installing on a PC.
  2.  
  3. a) Copy all the subdirectories from the disk(s) using cpfd.bat or c360k.bat
  4.    eg: C:> a:
  5.        A:> cd vogle
  6.        A:> cpfd c:\vogle
  7.        A:> c:
  8.  
  9. b) If you want MS-Fortran interfaces then from the vogle directory run
  10.    fbuild.bat with your floating point option as an argument.
  11.    eg: C:> cd vogle
  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 VOGLE.LIB where you normally put libraries.
  21.  
  22.    Notes:
  23.  
  24.        Different devices are compiled in according to the flags in the
  25.        makefiles in the SRC directory.
  26.  
  27.        Uses the Large memory model ('cause we had to also use MS-Fortran)
  28.  
  29.