
                  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
      automake --add-missing

to build the ./configure file and install the helper scripts, 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".
