ocamlsdl - Objective Caml interface for the SDL library Copyright (C) 1999 Jean-Christophe FILLIATRE INSTALLATION ============ 1. Configure with ./configure 2. Compile the library. make It creates a test program, called test, that you can run to test the library (there is a single argument on the command line, which is the number of sprites). (You can compile the Mixer library with "make mixer") 3. Install it (as root). make install (The Mixer library is installed with "make install-mixer") 4. Clean up the sources. make clean