home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 3 / AACD03.BIN / AACD / Programming / sofa / archive / SmallEiffel.lha / SmallEiffel / misc / INSTALL.OS2 < prev    next >
Text File  |  1999-06-05  |  2KB  |  86 lines

  1. ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ
  2.  INSTRUCTIONS ON HOW TO INSTALL SMALLEIFFEL ON YOUR COMPUTER      16-APR-1997
  3. ÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍÍ
  4.  
  5.  
  6. INTRODUCTION:
  7. -------------
  8.  
  9. In order to install SmallEiffel under OS/2, you need:
  10.  
  11. - the emx/gcc package installed on your harddisk. The latest version is
  12.  emx0.9c / gcc2.7.2.
  13. You may find it on ftp.cdrom.com (/pub/os2/emx), or on any mirror.
  14.  
  15. - an OS/2 HPFS partition
  16. 4 of free space are enough if you decide to keep the sources
  17. otherwise 1.5 Mb will make it.
  18.  
  19.  
  20. PRELIMINARY TASKS:
  21. ------------------
  22.  
  23. If you have an older version of SmallEiffel installed, please
  24. remove it, or rename the old SmallEiffel directory.
  25.  
  26.  
  27. INSTALLATION:
  28. -------------
  29.  
  30. 1: Extract the file SExxxOS2.ZIP in your root directory.
  31. Don't use pkunzip. Most of the files come with long names, so you'd
  32. better using unzip (use the version for OS/2, you can get it on
  33. ftp.cdrom.com too)
  34.   c:
  35.   cd \
  36.   unzip SExxxOS2
  37.  
  38. 2: Edit your config.sys, and add the following line:
  39.   SET SMALLEIFFEL=C:\SMALLEIFFEL\ (the number of backslashes is important)
  40. (of course, if you have decided to install it in another directory,
  41. replace the path by the correct one, but this is not recommended)
  42. Add C:\SMALLEIFFEL\BIN to your path line.
  43.  
  44. 3: In the directory EMX\BIN, you should find a binary named strip.exe,
  45. delete it or rename it to strip.old .
  46. Create a file named strip.cmd containing the line:
  47. @emxbind -qs %1
  48.  
  49. 4: In the directory SMALLEIFFEL\SYS, please check the presence of the
  50. file system.se.
  51. It must contain the single word OS2
  52.  
  53. 5: In the directory SMALLEIFFEL\SYS, please check the presence of the 
  54. file loadpath.os2.
  55. loadpath.os2 contains:
  56.  
  57. -------------- Cut Here ----------------
  58. c:.
  59. c:\smalleiffel\lib_std\
  60. c:\smalleiffel\lib_rand\
  61. c:\smalleiffel\lib_show\
  62. c:\smalleiffel\lib_test\
  63. -------------- Cut Here ----------------
  64.  
  65. 6: Reboot your machine.
  66.  
  67. That's all.
  68.  
  69.  
  70. UPGRADING YOUR VERSION:
  71. -----------------------
  72. Current version is -0.86.
  73. Since SmallEiffel is still under development, you may want to
  74. get the lastest version. It's available on
  75. ftp.loria.fr in /pub/loria/genielog/SmallEiffel
  76.  
  77.  
  78. GETTING LOST?:
  79. --------------
  80.  
  81. For more information, please feel free to e-mail at:
  82. Andre.Doherty@scinfo.u-nancy.fr
  83.  
  84.  
  85. 
  86.