Codebase list camlbz2 / d38254b7-11ad-4338-8527-28311414dd0b/main INSTALL
d38254b7-11ad-4338-8527-28311414dd0b/main

Tree @d38254b7-11ad-4338-8527-28311414dd0b/main (Download .tar.gz)

INSTALL @d38254b7-11ad-4338-8527-28311414dd0b/mainraw · history · blame

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