
INSTALLING
==========

* `./configure`
* `make all` builds the bytecode and native-code libraries (where
  available), and the stub code
* `make install` (or `make install DESTDIR=/shome/where/else`)

Options:

* for configure : 
  CPPFLAGS="-I <location of zlib header>"
  LIBS="-L <location of zlib library>"

Requirements:

- OCaml >= 3.10
- Findlib

