(* OASIS_START *)
(* DO NOT EDIT (digest: 2e5179ceaf2e2997ce42df0cf788e588) *)

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.2) for all, test main, test main_loader, test main_userconf,
  doc api-oasis, doc manual
* findlib (>= 1.3.1)
* odn (>= 0.0.11) for library oasis
* make for all, test main, test main_loader, test main_userconf,
  doc api-oasis, doc manual
* ocamlmod for library base, library oasis, test main
* ocamlify for library base, library oasis
* ocamlbuild for library builtin-plugins
* oUnit (>= 2.0.0) for executable test, executable test_loader,
  executable test_userconf
* fileutils (>= 0.4.2) for executable test, executable test_loader
* expect (>= 0.0.4) for executable test
* pcre for executable test

Installing
==========

1. Uncompress the source archive and go 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 program that generates a setup.ml file using a simple '_oasis'
configuration file. The generated setup only depends on the 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`.
