home *** CD-ROM | disk | FTP | other *** search
Text File | 1997-04-13 | 1.8 KB | 69 lines | [TEXT/ttxt] |
- ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
- INSTRUCTIONS ON HOW TO INSTALL SMALLEIFFEL ON YOUR COMPUTER 22-SEP-1996
- ÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕÕ
-
-
- INTRODUCTION:
- -------------
-
- In order to install SmallEiffel under OS/2, you need:
-
- - the emx 0.9/gcc2.6.2 or gcc2.7.0 package (or newer) installed on your
- harddisk.
- You may find it on ftp.cdrom.com (/pub/os2/emx), or on any mirror.
-
- - an OS/2 HPFS partition
- 4.5 to 5 Mb of free space is enough if you decide to keep the sources
- otherwise 2 Mb will make it.
-
-
- PRELIMINARY TASKS:
- ------------------
-
- If you have an older version of SmallEiffel installed, please
- remove it, or rename the SmallEiffel old directory.
-
-
- INSTALLATION:
- -------------
-
- 1: Extract the file SExxxOS2.ZIP in your root directory.
- Don't use pkunzip. Most of the files come with long names, so you'd
- better using unzip (use the version for OS/2, you can get it on
- ftp.cdrom.com too)
- c:
- cd \
- unzip SExxxOS2
-
- 2: Edit your config.sys, and add the following line:
- SET SMALLEIFFEL=C:\SMALLEIFFEL\
- (of course, if you have decided to install it in another directory,
- replace the path by the correct one).
- Add C:\SMALLEIFFEL\BIN to your path line.
-
- 3: In the directory EMX\BIN, you should find a binary named strip.exe,
- delete it or rename it to strip.old .
- Create a file named strip.cmd containing the line:
- @emxbind -qs %1
-
- 4: Reboot your machine.
-
- That's all.
-
-
- UPGRADING YOUR VERSION:
- -----------------------
-
- Since SmallEiffel is still under development, you may want to
- get the lastest version. It's available on
- ftp.loria.fr in /pub/loria/genielog/SmallEiffel
-
-
- GETTING LOST?:
- --------------
-
- For more information, please feel free to e-mail at:
- Andre.Doherty@scinfo.u-nancy.fr
-
-
-