(* OASIS_START *)
(* DO NOT EDIT (digest: e9ef05bcda9923e30043fda50c6aa733) *)
This is the INSTALL file for the oasis distribution.

This package uses OASIS to generate its build system. See section OASIS for
full information. 

Dependencies
============

In order to compile this package, you will need:
* ocaml (>= 3.11.0) for all, test main, doc api-oasis, doc manual
* findlib
* fileutils (>= 0.4.2) for library oasis, executable ocamlmod
* pcre for library oasis, executable ocamlmod
* make for all, test main, doc api-oasis, doc manual
* extlib for library oasis
* odn (>= 0.0.3) for library oasis
* ocamlgraph for library oasis
* ocamlify for library base, library oasis
* oUnit (>= 1.1.0) for executable test
* expect (>= 0.0.2) for executable test

Installing
==========

1. Uncompress source directory and got to the root of the package
2. Run 'ocaml setup.ml -configure'
3. Run 'ocaml setup.ml -build'
4. Run 'ocaml setup.ml -install'

Uninstalling
============

1. Go to the root of the package 
2. Run 'ocaml setup.ml -uninstall'

OASIS
=====

OASIS is a software that helps to write setup.ml using a simple '_oasis'
configuration file. The generated setup only depends on standard OCaml
installation, no additional library is required.

(* OASIS_STOP *)

i18n
====

This package supports l10n through ocaml-gettext. If you have installed
this library, you can enable i18n by using the flag `--enable-gettext` 
when running `ocaml setup.ml -configure`.
