===== Installation =====================================

The installation procedure copies files only. It does NOT modify
the Windows Registry in any way.

(1) Before installation of SEE4C, your Windows C/C++ compiler should
already be installed on your system and tested. In particular, include
command line tools when installing your compiler.

(2) Make a backup copy of your distribution disk.  Put your original
distribution disk in a safe place.

(3) Exit Windows into DOS, or start a DOS window:

(4) Create your SEE project directory, copy the SEE archive, then unzip
the archive. For example:

      MKDIR   SEE4C
      PKUNZIP SEE4C21.ZIP SEE4C

(5) Run the INSTALL batch file, which will copy the correct DLL and LIB
files for your compiler.

For Win32 compilers, you may choose native mode DLLs for your compiler
(Microsoft, Borland, or Watcom) or "universal" mode, which requires that
your compiler support the "declspec" keyword. Microsoft VC, Borland 5.0 
and Watcom 11.0 all support "declspec". The same DLLs are used for Win16
compilers.

       INSTALL MS      (Microsoft)
       INSTALL BC      (Borland)
       INSTALL WC      (Watcom)
       INSTALL U       (Universal)

(6) Before compiling any example programs, you must edit the file EMAIL.H
with your email configuration as described in section 3.5 of the SEE4C
Users Manual (SEE4C_U.TXT).

