ocamlsvga - Objective Caml interface for the SVGA library Copyright (C) 1997 Jean-Christophe FILLIATRE INSTALLATION ============ 1. Compile the library. make all make allopt (if you have the O'Caml native code compiler) 2. Install it (as root). Default directory for installtion is /usr/local/lib/ocaml (Just edit the first line of the Makefile to change this value) make install make installopt (idem) 3. Clean up the sources. make clean