forked from ermine/sulci
-
Notifications
You must be signed in to change notification settings - Fork 0
/
INSTALL.txt
52 lines (40 loc) · 1.29 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
46
47
48
49
50
51
52
(* OASIS_START *)
(* DO NOT EDIT (digest: a348c2629c9cb149cf3defda343d293b) *)
This is the INSTALL file for the sulci 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
* erm_brainfuck for executable sulci
* erm_logger for executable sulci
* erm_dehtml for executable sulci
* erm_scheduler for executable sulci
* erm_strftime for executable sulci
* erm_xml for executable sulci
* erm_xmpp for executable sulci
* text for executable sulci
* sqlite3 for executable sulci
* ulex for executable sulci
* pcre for executable sulci
* netclient (>= 4.0.1) for executable sulci
* json-static for executable sulci
* erm_treap for executable sulci
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 *)