Eiffel/S 1.3S - Shareware Eiffel system
=======================================

Distribution files:

    ('X' indicates the version level, try 'a' instead ...)
      I
      V
a) e13Xmdoc.zip - Documentation for Compiler, Runtime and Libraries
b) e13Xexli.zip - Eiffel/S library & examples

c) e13Xcdos.zip - Compiler for DOS
   e13Xcwin.zip - Compiler for WIN95

d) e13Xrmsc.zip - Runtime support for MS/C 2.0 32 Bit        (Note 1)
   e13arbc4.zip -    "       "        Borland C++ 4.5 32 Bit (Note 1)
   e13Xrms7.zip -    "       "        MS/C 7.0 16 Bit        (Note 2)
   e13Xrsc6.zip -    "       "        Symantec C 6.x
   e13Xrzt3.zip -    "       "        Zortech C 3.0
   e13Xrw10.zip -    "       "        Watcom C 10.0A      
   e13Xrw1n.zip -    "       "        Watcom C 10.0A         (Note 3)
   e13Xrbc3.zip -    "       "        Borland C 3.0          (Note 2) 
   e13Xrgcc.zip -    "       "        GCC DJ 2.6.3      

-- optional packages                                     
e) e13Xutil.zip - additional utilities (for example a documentation generator)
f) e13Xcgcc.zip - Gnu C 2.6.3 DJ backend for Eiffel - binaries & libs 


Eiffel/S 1.3S Installation
==========================
for installation you need the proper compiler, proper runtime support,
library & examples and documentation. So copy the files from a) and b)
and exactly one file from each of the groups c) and d) to your Eiffel/S
directory (the directory where you want to install Eiffel/S). If you want,
capy also the file e) into this dirctory. Then unpack all .zip files with 
pkunzip -d  -- to be on the safe side enter

  pkunzip -d e13*
  ==================

then follow the instructions in 'install.dos'


GCC Installation:
=================

In order to use GCC as your back-end C compiler, you must also
install package f) onto your MS-DOS machine, as follows:
Copy the file f) into your GCC directory (we suggest that you
use C:\DJGCC as we refer to this directory name elsewhere)

and unpack with

pkunzip -d *.zip
====================

than look into the included readme files.



Examples:
=========

Example: In order to install Eiffel/S 1.3S under Win95 with GCC as
your C compiler you should copy the files e13Xmdoc.zip, e13Xexli.zip, 
e13Xcwin.zip and e13Xrgcc.zip into c:\eiffel (or any other file you
want to use for your Eiffel/S installation). Then copy
e13Xcgcc.zip into c:\djgcc. Unpack all e13Xxxxx.zip files and follow
the instructions you just unpacked.

Example: Eiffel/S under DOS with Watcom C10.0 as backend needs the files
e13Xmdoc.zip, e13Xexli.zip, e13Xcdos.zip and e13Xrw10.zip in c:\eiffel.


-----------------------------------------------------------
Notes:
(Note 1) only to be used under Windows/NT and Win95
(Note 2) we don't recommend to use these 16 Bit backends
(Note 3) special version for Windows NT applications
