-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathINSTALL.txt
38 lines (28 loc) · 890 Bytes
/
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
(* OASIS_START *)
(* DO NOT EDIT (digest: a887a9e4dd873be1090561627e220c3d) *)
This is the INSTALL file for the scaml 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)
* findlib (>= 1.2.7)
* sexplib for library scaml
* core
Installing
==========
1. Uncompress source directory and got 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 software that helps to write setup.ml using a simple '_oasis'
configuration file. The generated setup only depends on standard OCaml
installation, no additional library is required.
(* OASIS_STOP *)