diff options
author | Pierre Letouzey <pierre.letouzey@inria.fr> | 2014-03-02 00:17:29 +0100 |
---|---|---|
committer | Pierre Letouzey <pierre.letouzey@inria.fr> | 2014-03-02 20:00:03 +0100 |
commit | 9130ea9cbc657cd7adf02830e40a89f6de3953f3 (patch) | |
tree | e0152f4442dadf8cc49f12a2cc42817515691461 /INSTALL | |
parent | f694544d016b085b3cd10007b9f7716ae2c3b022 (diff) |
Set officially the minimal OCaml requirement to 3.12.1
Anyway, a few syntactic features of 3.12 were already used here and
there (e.g. local opening via Foo.(...), or the record shortcut
{ field; ... }). Hence compiling with 3.11 wasn't working anymore.
Already take advantage of the following 3.12.1 features :
- "module type of ..." in CArray, CList, CString ...
- "ocamldep -ml-synonym" : no need anymore to hack the ocamldep output
via our coqdep to localize the .ml4 modules :-)
The -ml-synonym option (+ various bugfixes) is the reason for asking
3.12.1 directly and not just 3.12.0. After all, if debian stable is
providing 3.12.1, then everybody has it ;-)
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -41,7 +41,7 @@ WHAT DO YOU NEED ? Should you need or prefer to compile Coq V8.4 yourself, you need: - - Objective Caml version 3.11.2 or later + - Objective Caml version 3.12.1 or later (available at http://caml.inria.fr/) - Camlp5 (version <= 4.08, or 5.* transitional) @@ -88,7 +88,7 @@ QUICK INSTALLATION PROCEDURE. INSTALLATION PROCEDURE IN DETAILS (NORMAL USERS). ================================================= -1- Check that you have the Objective Caml compiler version 3.11.2 (or later) +1- Check that you have the Objective Caml compiler version 3.12.1 (or later) installed on your computer and that "ocamlc" (or its native code version "ocamlc.opt") lie in a directory which is present in your $PATH environment variable. |