Blame INSTALL.txt

Packit 9ff65e
(* OASIS_START *)
Packit 9ff65e
(* DO NOT EDIT (digest: 1c7c220953a82c8dee6d9f2e084b9e25) *)
Packit 9ff65e
Packit 9ff65e
This is the INSTALL file for the ocaml-fileutils distribution.
Packit 9ff65e
Packit 9ff65e
This package uses OASIS to generate its build system. See section OASIS for
Packit 9ff65e
full information.
Packit 9ff65e
Packit 9ff65e
Dependencies
Packit 9ff65e
============
Packit 9ff65e
Packit 9ff65e
In order to compile this package, you will need:
Packit 9ff65e
Packit 9ff65e
* ocaml for all, test bench-find, test main, doc api-fileutils
Packit 9ff65e
* findlib
Packit 9ff65e
* oUnit (>= 2.0.0) for executable test
Packit 9ff65e
Packit 9ff65e
Installing
Packit 9ff65e
==========
Packit 9ff65e
Packit 9ff65e
1. Uncompress the source archive and go to the root of the package
Packit 9ff65e
2. Run 'ocaml setup.ml -configure'
Packit 9ff65e
3. Run 'ocaml setup.ml -build'
Packit 9ff65e
4. Run 'ocaml setup.ml -install'
Packit 9ff65e
Packit 9ff65e
Uninstalling
Packit 9ff65e
============
Packit 9ff65e
Packit 9ff65e
1. Go to the root of the package
Packit 9ff65e
2. Run 'ocaml setup.ml -uninstall'
Packit 9ff65e
Packit 9ff65e
OASIS
Packit 9ff65e
=====
Packit 9ff65e
Packit 9ff65e
OASIS is a program that generates a setup.ml file using a simple '_oasis'
Packit 9ff65e
configuration file. The generated setup only depends on the standard OCaml
Packit 9ff65e
installation: no additional library is required.
Packit 9ff65e
Packit 9ff65e
(* OASIS_STOP *)