Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > dad44546154bca1b8d774fc8de9b5818 > files > 10

ocaml-newt-0.9-4.mga3.i586.rpm

$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