(***********************************************************************)
(*                                                                     *)
(*                           Caml Light                                *)
(*                                                                     *)
(*            Pierre Weis, projet Cristal, INRIA Rocquencourt          *)
(*                                                                     *)
(*  Copyright 2000 Institut National de Recherche en Informatique et   *)
(*  en Automatique.  Distributed only by permission.                   *)
(*                                                                     *)
(***********************************************************************)

To compile:

- the ppm module:
  make clean
  make all

To install the library into the Caml Light library:

1- Edit the Makefile and set the line

LIBDIR=/usr/local/lib/caml-light/

to set LIBDIR to the appropriate value.

2- Type in:
  make install

3- You can briefly test the library and look at some Caml code using
it by moving to directory test:
  cd test
  make tests
