home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS 1995 October / Simtel-MSDOS-Oct1995-CD2.iso / disc2 / eiffel / e13aread.me < prev    next >
Encoding:
Text File  |  1995-08-31  |  2.9 KB  |  81 lines

  1. Eiffel/S 1.3S - Shareware Eiffel system
  2. =======================================
  3.  
  4. Distribution files:
  5.  
  6.     ('X' indicates the version level, try 'a' instead ...)
  7.       I
  8.       V
  9. a) e13Xmdoc.zip - Documentation for Compiler, Runtime and Libraries
  10. b) e13Xexli.zip - Eiffel/S library & examples
  11.  
  12. c) e13Xcdos.zip - Compiler for DOS
  13.    e13Xcwin.zip - Compiler for WIN95
  14.  
  15. d) e13Xrmsc.zip - Runtime support for MS/C 2.0 32 Bit        (Note 1)
  16.    e13arbc4.zip -    "       "        Borland C++ 4.5 32 Bit (Note 1)
  17.    e13Xrms7.zip -    "       "        MS/C 7.0 16 Bit        (Note 2)
  18.    e13Xrsc6.zip -    "       "        Symantec C 6.x
  19.    e13Xrzt3.zip -    "       "        Zortech C 3.0
  20.    e13Xrw10.zip -    "       "        Watcom C 10.0A      
  21.    e13Xrw1n.zip -    "       "        Watcom C 10.0A         (Note 3)
  22.    e13Xrbc3.zip -    "       "        Borland C 3.0          (Note 2) 
  23.    e13Xrgcc.zip -    "       "        GCC DJ 2.6.3      
  24.  
  25. -- optional packages                                     
  26. e) e13Xutil.zip - additional utilities (for example a documentation generator)
  27. f) e13Xcgcc.zip - Gnu C 2.6.3 DJ backend for Eiffel - binaries & libs 
  28.  
  29.  
  30. Eiffel/S 1.3S Installation
  31. ==========================
  32. for installation you need the proper compiler, proper runtime support,
  33. library & examples and documentation. So copy the files from a) and b)
  34. and exactly one file from each of the groups c) and d) to your Eiffel/S
  35. directory (the directory where you want to install Eiffel/S). If you want,
  36. capy also the file e) into this dirctory. Then unpack all .zip files with 
  37. pkunzip -d  -- to be on the safe side enter
  38.  
  39.   pkunzip -d e13*
  40.   ==================
  41.  
  42. then follow the instructions in 'install.dos'
  43.  
  44.  
  45. GCC Installation:
  46. =================
  47.  
  48. In order to use GCC as your back-end C compiler, you must also
  49. install package f) onto your MS-DOS machine, as follows:
  50. Copy the file f) into your GCC directory (we suggest that you
  51. use C:\DJGCC as we refer to this directory name elsewhere)
  52.  
  53. and unpack with
  54.  
  55. pkunzip -d *.zip
  56. ====================
  57.  
  58. than look into the included readme files.
  59.  
  60.  
  61.  
  62. Examples:
  63. =========
  64.  
  65. Example: In order to install Eiffel/S 1.3S under Win95 with GCC as
  66. your C compiler you should copy the files e13Xmdoc.zip, e13Xexli.zip, 
  67. e13Xcwin.zip and e13Xrgcc.zip into c:\eiffel (or any other file you
  68. want to use for your Eiffel/S installation). Then copy
  69. e13Xcgcc.zip into c:\djgcc. Unpack all e13Xxxxx.zip files and follow
  70. the instructions you just unpacked.
  71.  
  72. Example: Eiffel/S under DOS with Watcom C10.0 as backend needs the files
  73. e13Xmdoc.zip, e13Xexli.zip, e13Xcdos.zip and e13Xrw10.zip in c:\eiffel.
  74.  
  75.  
  76. -----------------------------------------------------------
  77. Notes:
  78. (Note 1) only to be used under Windows/NT and Win95
  79. (Note 2) we don't recommend to use these 16 Bit backends
  80. (Note 3) special version for Windows NT applications
  81.