
===========================
How to create the library ?
===========================

You need Objective Caml >= 3.10.2 to compile this library.

Configure with 

	./configure

Compile with

	make

Install (as root if needed) with

	make install

findlib users may also do

	make install-findlib

=================================
How to create the documentation ?
=================================

create a local documentation with

	make doc
