EDOS Dose 2: OCaml libs for managing packages and their dependencies
====================================================================


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

2. Install ocamlfind and menhir 

3. Make sure the following packages are known to ocamlfind:
    pcre calendar zip bz2

4a. If you are compiling from SVN, run autoheader and autoconf

4b. Run ./configure

4c. You might have to run "make depend" (if you're running from SVN, or
    after a "make clean")

5. Compile as follows: make (use GNU make)

6. Install (as root): make install (this will install an ocamlfind package
   named dose2)

Prerequisites on a debian system:
----------------------------------
You have to install:
- the ocaml compiler packages
- ocaml-findlib
- camlp4
- menhir
- libpcre-ocaml-dev 
- libcalendar-ocaml-dev
- libzip-ocaml-dev
- libbz2-ocaml-dev
- libpopt-dev
- librpm-dev

[Ralf/Jaap - last updated 27 Feb 2009]
