home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / GRAPHICS / PLOT / IRIT386E.ZIP / README < prev    next >
Encoding:
Text File  |  1992-03-11  |  2.3 KB  |  43 lines

  1. This archive contains the executable of the IRIT solid modeler and the
  2. accompanying files needed for proper executaion. It is highly recommended
  3. you get the (Ansi C) sources of this package which suppose to be in a
  4. similar zip file by the name iritsm3s.zip.
  5.  
  6. These executables were created using DJGPP, the GCC port to MSDOS. The
  7. executables will run on a system with at least a 386. This port is new
  8. and have its problems. The major problems are bugs in the 387 emulation
  9. code and its slowness. Since I do not posses a 387, these executables were
  10. compiled using emu387 and therefore may introduce incorrect code (even if
  11. you have a 387 since during the compilation emu387 is used). If you encounter
  12. such a problem you may consider recompiling the code from the sources.
  13. Since emu387 is so slow, these executables were not fully tested.
  14.  
  15. In order to use these executables you must unzip the runtime.zip file into
  16. a directory in your path (Same place as executables themselves is probably
  17. o.k.). This zip file holds the runtime files of DJGPP - all files that are
  18. required for proper execution. Edit djgcc.bat and set the right
  19. directory where this run time is. djgcc.bat assumes the directory is c:/djgpp
  20. so search for 'c:/djgpp' and replace with your directory location. Note
  21. this batch file add 'c:/djgpp' to your path. You may not need that if the
  22. directory is already in your path. Remove the 'emu c:/djgpp/emu387' if you
  23. have 387. Finally this batch file sets your Super VGA driver - find out
  24. which driver is for you in the drivers directory of the runtime.zip and
  25. copy it to your runtime directory. Change the driver name in djgpp.bat
  26. appropriately. If none can be used remove the 'driver c:/...' from GO32
  27. variable. The regular VGA in 320x200 in 256 colors mode will be used by
  28. default. Dont expect much in this LOW resolution.
  29.  
  30. Now type 'djgpp.bat' to set the environment. You need do it only once.
  31. After that you can run any of the executables as a regular MSDOS executables.
  32.  
  33. Problems associated with this run time package/compiler should be addressed
  34. to DJGPP author DJ Delorie (dj@ctron.com) or the DJGPP mailing list
  35. djgpp@sun.soe.clarkson.edu or djgpp-resuest@sun.soe.clarkson.edu.
  36.  
  37. The full DJGPP GCC to MSDOS port is also available in simtel20.arpa.mil
  38. and its mirrors at PD:<MSDOS.DJGPP> directory.
  39.  
  40. Gershon Elber
  41.  
  42. gershon@gr.utah.edu
  43.