---------------
ocaml-fileutils
---------------

Prerequisite:

In order to install you will need :
- ocaml (>= 3.10.0)
	http://caml.inria.fr/
- make
- ocamlfind (>= 1.1) 
	http://www.ocaml-programming.de/packages/
- OUnit regression test suite 
	http://home.wanadoo.nl/maas/ocaml/

Installing :
1) Go in the untared source directory
2) ./configure
3) make
4) make install

Uninstalling :
With the same value you use to install
1) Go in the untared source directory
2) make uninstall

To test your library :
Before doing the step 4) of the install procedure 
go in the test directory and type "make test"...

You should have all test going fine...

Sylvain Le Gall
