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

  1. -- INSTALL.READ_ME --
  2.  
  3. If you have a UNIX-like platform (Linux, Unix BSD, HP-UX, IRIX,
  4. XENIX, ...), simply run one of the following script : INSTALL.SH 
  5. (which is written in bourne shell) or INSTALL.CSH (which is written 
  6. in c-like shell).
  7.  
  8. If you have OS2, read INSTALL.OS2 file.
  9.  
  10. If you have Windows95/NT, simply run INSTALL.BAT.
  11.  
  12.  
  13. Otherwise, or if the installation procedure fails and cannot be
  14. fixed, please follow the general installation procedure described
  15. below :
  16.  
  17. -- 1 -- Put a copy of the entire SmallEiffel directory on your
  18.         hard disk, where you want.
  19.  
  20. -- 2 -- Set the environment variable "SmallEiffel" to indicate
  21.         the directory you have chosen.
  22.  
  23. -- 3 -- Compile with your C ANSI Compiler all commands stored
  24.         in directory "bin_c". Large commands are splitted into several
  25.         numbered C files. Have a look in files *.make to see how to 
  26.         compile. Put the resulting executable files in the SmallEiffel
  27.         directory "bin".
  28.  
  29. -- 4 -- Have a look at the READ_ME file in directory "sys" to set
  30.         up the good system, the default C compiler, the default 
  31.         loading path, ...
  32.  
  33. -- 5 -- Do not forget to select the architecture-dependent code for
  34.         the garbage collector (see file SmallEiffel/sys/gc).
  35.  
  36. -- 6 -- Add SmallEiffel sub_directory "bin" in your system path.
  37.  
  38.