-
Notifications
You must be signed in to change notification settings - Fork 7
/
INSTALL
37 lines (27 loc) · 914 Bytes
/
INSTALL
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
Ocamlscript version 1.99
========================
Disclaimer:
----------
This is a preview release of ocamlscript 2. It is provided for curious
programmers who are interested in testing the new system. Several
incompatible changes might take place between this pre-release and
the 2.0 release line. Be ready to adapt the header of your scripts
when you upgrade!
Installation:
------------
Requirements:
* OCaml version 3.10 or higher,
* Camlp4 (including command camlp4orf),
* GNU make,
* Findlib (ocamlfind)
This version has been developed on Linux and will probably not work on the
Win32 port of OCaml, and maybe others. Any help to make that work is
appreciated.
Compilation:
make
Installation:
make install
Uninstallation:
make uninstall
Examples are available in the "examples" subdirectory.
For more information on ocamlscript, see the README file