This directory contains the Caml Light library `libunix'.

To compile it you must have `Bigloo', `Camloo' (and `gmake' if your
machine is not a SUN).

This library is not fully tested.

To compile the library type:
----------------------------

1. `make heap'
2. `make lib'

To install the library type:
----------------------------

3. `make install'


Once the library is installed, to use it when compiling, add to Bigloo the
following option:
   `+heap /usr/local/lib/bigloo/1.6/camloo/lib/0.2/caml-unix-bigloo.heap'


(1.6 is the Bigloo release number and 0.2 is the Camloo release number).
