$Id: INSTALL,v 1.1 2008/03/07 15:19:45 rjones Exp $

You will need:

  GNU make
  gcc
  newt (tested with version 0.52.7)
  OCaml (tested with version 3.10.0, will likely work with earlier versions)
  findlib
  camlidl

To build:

  ./configure
  make

To build documentation in the html/ subdirectory:

  make doc

Then as root, do:

  make install

To run the examples:

  make runexamples
