home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: SysTools / SysTools.zip / cimon096.zip / README.OS2 < prev    next >
Text File  |  2002-04-05  |  2KB  |  54 lines

  1. cimon/emx                                                     Apr 05 2002
  2. -------------------------------------------------------------------------
  3.  
  4. This file contains instructions on compiling cimon for OS/2 using the EMX
  5. development tools.
  6.  
  7. Please note that I (the program's author) do not provide binaries. If you
  8. however got this package from an OS/2 software archive rather than from
  9. its home at the fli4l homepage, its uploader may have included a compiled
  10. CIMON.EXE. In that case you only need the EMX runtime (emxrt.zip, see
  11. below) and can skip compilation if you want.
  12.  
  13. Also note that I am unable to provide any assistance with OS/2 specific
  14. problems seeing as how I don't actually use it myself. Linux is this
  15. program's home platform.
  16.  
  17. To compile cimon on OS/2 you need a fairly complete installation of the
  18. EMX development tools. At the time of writing EMX is available from:
  19.  
  20. http://hobbes.nmsu.edu/pub/os2/dev/emx
  21.  
  22. with 0.9d being the lastest version there. At a minimum, you need:
  23.  
  24. http://hobbes.nmsu.edu/pub/os2/dev/emx/v0.9d/emxrt.zip
  25. http://hobbes.nmsu.edu/pub/os2/dev/emx/v0.9d/emxdev1.zip
  26. http://hobbes.nmsu.edu/pub/os2/dev/emx/v0.9d/emxdev2.zip
  27. http://hobbes.nmsu.edu/pub/os2/dev/emx/v0.9d/gnudev1.zip
  28. http://hobbes.nmsu.edu/pub/os2/dev/emx/v0.9d/gnudev2.zip
  29. http://hobbes.nmsu.edu/pub/os2/dev/emx/v0.9d/bsddev.zip
  30.  
  31. If you don't yet have an unzip program, get it as a self extracting
  32. archive from:
  33.  
  34. http://hobbes.nmsu.edu/pub/os2/util/archiver/unz542x1.exe
  35.  
  36. Install EMX by unzipping the files from C:\ making sure to preserve the
  37. embedded paths:
  38.  
  39.   c:
  40.   cd \
  41.   unzip <file>
  42.   <repeat for each zip>
  43.  
  44. Edit CONFIG.SYS to add C:\EMX\DLL to your LIBPATH and C:\EMX\BIN to your
  45. PATH and then reboot to complete the EMX installation.
  46.  
  47. Compiling and installing cimon should now consist of running the provided
  48. "MAKEOS2" batch file and copying the generated CIMON.EXE to a directory
  49. on your path after it finishes.
  50.  
  51. Please refer back to the main README for operating instructions.
  52.  
  53. -------------------------------------------------------------------------
  54.