--------------
ocaml-fileutils.
--------------

Prerequisite :

In order to install you will need :
- ocaml ( >= 3.07 )
	http://caml.inria.fr/
- make

Optionnaly you can use :
- ocamlfind ( >= 0.8 ) 
	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 enable the ocamlfind extension :
in step 2) of the install procedure use --enable-ocamlfind

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
