EDOS dose
---------
Copyright (C) 2004-2006 Berke DURAK and INRIA Rocquencourt
Funded by the EDOS Project.
Released under the GNU General Public License version 2.

How to build and install
------------------------
1.Install the Ocaml native compilers

2.Install ocamlfind and menhir 

3.Make sure the following packages are known to ocamlfind :
    pcre mysql ocamlrpm
  If you are using debian, you may do this by installing the following packages using APT:
    apt-get install libpcre-ocaml-dev libmysql-ocaml-dev 
  While for ocamlrpm, cd ../ocamlrpm and make install (you might need there to fight a bit to get the include paths for rpmlib.h and mlvalues.h right)

4.Compile the calendar package (available in contrib/) and install it using ocamlfind (just type make install).
[Note Ralf: on a debian system it is sufficient to install the package 
libcalendar-ocaml-dev]

5.Make sure sudo is installed.

6.Make sure the current user is in sudoers, or compile as root.

7.Type make.  This will build and install the libraries and build the executables.

[Note Ralf: in order to compile pkglab, previously known as "history", do
a "make pkglab".]
