-
-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathINSTALL.txt
45 lines (33 loc) · 1.23 KB
/
INSTALL.txt
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
39
40
41
42
43
44
45
(* OASIS_START *)
(* DO NOT EDIT (digest: eb4aadb833597c266e2293af1add69f2) *)
This is the INSTALL file for the SLAP 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.12) for all, test test_lib, test test_ppx, doc slap,
doc slap_ppx
* findlib
* lacaml (>= 8.0.0) for library slap, executable kmeans_lacaml,
executable lu_lacaml, executable pca_lacaml, executable perceptron_lacaml,
executable qr_lacaml
* cppo for all, test test_lib, test test_ppx, doc slap, doc slap_ppx
* compiler-libs for library slap_top, executable ppx_slap
* oUnit for executable test_lib, executable test_ppx
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 *)