File: INSTALL

package info (click to toggle)
ocaml-fileutils 0.3.0-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 384 kB
  • ctags: 328
  • sloc: ml: 2,401; makefile: 180; xml: 165; sh: 51
file content (38 lines) | stat: -rw-r--r-- 789 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
--------------
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