home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / devel / lang / eiffel / smalleif.97 / se.t / SmallEiffel / misc / INSTALL.OS2 < prev    next >
Encoding:
Text File  |  1996-05-02  |  1.7 KB  |  55 lines

  1. In order to install SmallEiffel, you need:
  2.  
  3. - the emx 0.9/gcc2.6.2 or gcc2.7.0 package (or newer) installed on your 
  4. harddisk.
  5. You will be able to find it on ftp.cdrom.com, or on one of its mirror 
  6. in Europe on ftp.ibp.fr (/pub/pc/os2/lang)
  7.  
  8. - an OS/2 HPFS partition
  9. 4.5 to 5 Mb of free space is enough if you decide to keep the sources
  10. otherwise 2 Mb will make it.
  11.  
  12. Then you're ready to profit from SmallEiffel for OS/2.
  13. All you've to do now is to extract the files in your root 
  14. directory.
  15. Don't use pkunzip. Most of the files come with long names, so you'd
  16. better using unzip (use the version for OS/2).
  17.  
  18. Then edit your config.sys, and add the following line:
  19. SMALLEIFFEL=C:\SMALLEIFFEL\
  20. (of course, if you have decided to install it in another directory,
  21. replace the path by the correct one).
  22. Add C:\SMALLEIFFEL\BIN to your path.
  23.  
  24. In the directory EMX\BIN, you should find a binary named strip.exe,
  25. delete it or rename it to strip.old .
  26. Create a file named strip.cmd containing the line:
  27. @emxbind -qs %1
  28.  
  29.  
  30.  
  31. Reboot your machine.
  32.  
  33. Then you are ready to use SmallEiffel. 
  34.  
  35. Since SmallEiffel is still under development, you may want to
  36. get the lastest version. It's available on 
  37. ftp.loria.fr in /pub/loria/genielog/SmallEiffel
  38.  
  39. If you decide to recompile the sources, you first have to do
  40. some minor patches to them, since SmallEiffel comes from a 
  41. UNIX platform.
  42. (You'd better have 16 Mb of Ram if you decide to recompile them
  43. anyway)
  44.  
  45.  
  46. Edit all the .make or (.cmd), and add the suffix .exe when needed.
  47. Rename the .make to .cmd and run them.
  48.  
  49. When finished, replace the old binaries in \SmallEiffel\bin by the new ones.
  50.  
  51. For more information, please feel free to e-mail at:
  52.     doherty@scinfo.u-nancy.fr
  53.  
  54.  
  55.