			INSTALLING EMIL V2.0



SYSTEM REQUIREMENTS

Emil has been tested on AIX3.2.5, HPUX9.01, SunOS4.1.3, Solaris-2.4 and
Ultrix-4.3. Emil depends on gcc and flex and was compiled with gcc-2.5.8 
and flex-2.4.6. Later versions of gcc and flex should probably also work 
but earlier versions have not been tested.



METHOD

Emil uses the GNU autoconf package to simplify system configuration.

1. Type ./configure

2. Modify the user definable part of the top level Makefile.

3. Type make all

   NOTE. Do not pass in CC on the command line, emil requires gcc and
   -funsigned-char. If you want to pass in any options to CC do it with
   CFLAGS and LDFLAGS, both declared to be -g as default.

4. Get testdir-2.0.4.tar.gz and unpack it in the Emil-2.0.4 source directory.
   It is available at the same place as the Emil distribution.

5. Type make test

   This will exercise the match and conversion routines.

6. Type make install

   NOTE. If there exists an emil.cf in the target directory make install
   will not overwrite it. You should check for any new lines in the
   template emil.cf and insert them manually in the target emil.cf.



MORE INFO

See the man pages emil.man and emil.cf.man. There will be more info
available at http://www.uu.se:/emil in the future, however the info
at www.uu.se at the present is out of date.




