
                  Installation instructions


Installation from a source distribution (tarball)
-------------------------------------------------

After unpacking, installation is done by

  ./configure
  make
  make install (as root)

To install also the Ocaml library do

  make byte
  make install-lib (as root)


Installation from the git repository
------------------------------------

First run

      autoconf

to build the file ./configure, then follow instructions from the
section above.


Detailed instructions
---------------------

For detailed instructions and required dependencies, please see
the manual (doc/manual.pdf), Chapter 5 "Compilation, Installation".
