
Building & Installing
=====================

  $ ./configure

options for configure:
  --without-findlib       do not install using findlib
  --with-installdir=DIR	  specify installation directory [default is +sdl]
  --with-lablgldir=DIR    location of LablGL             [default is +lablGL]
  --disable-sdl-ttf       without SDL_ttf support
  --disable-sdl-image     without SDL_image support
  --disable-sdl-mixer     without SDL_mixer support

  $ make

This will build the main OCamlSDL library (sdl.cma, sdl.cmxa) and the
extra libraries, if available (sdlmixer.cma, sdlttf.cma, sdlloader.cma).

  $ make install

This will install libraries using findlib if available or in the OCAMLSDLDIR
directory (defaults to CAMLLIBDIR/sdl).
For packagers, there's a DESTDIR makefile variable.
