                             INSTALLATION
===========================================================================

1- configure with

   ./configure

Recognized options are:
  --prefix <path>       installation prefix [/usr/local]
  --bindir <path>       user executables [PREFIX/bin]
  --mandir <path>       man pages [PREFIX/share/man]
  --bytecode            don't use native compiler (for testing only)
  --no-version-check    don't check for correct ocaml version (not recommended)

The first three options set the installation directories.

The --no-version-check option disables the ocaml version check. Use 
it at your own risk (for instance when your working with the latest 
cvs version of ocaml).

[If you want to know the details: The configure script checks for
 ocamlc and ocamlopt.opt. When the latter is found native compilation
 is used. It further check wheter all of ocamldep, camlp4, camlp4of,
 camlp4oof, camlp4orf, camlp4rf, camlp4rf, camlp4o and camlp4r and
 installed and have the same version as ocamlc and ocamlopt.opt. The
 location of the camlp4 executables is hardwired in the executable
 (via conf.ml.in).
]

2- compile with

   make all

3- acquire suitable rights and install

   make install


4- optional, if you want update-otags, check the path' in
   contrib/update-otags and contrib/Makefile and do then

   make -C contrib install
