aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-04-15 17:36:22 +0200
committerGravatar Hugo Herbelin <Hugo.Herbelin@inria.fr>2016-04-17 16:26:36 +0200
commit1412f9f927d8bc412a2597c0ee09396bb9379d8b (patch)
treef7054c9881068b55b88b56f2844a89dab6dbe3a2 /INSTALL
parent3b3d98acd58e91c960a2e11cd47ac19b2b34f86b (diff)
Updating OCaml version number needed for 8.6.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL11
1 files changed, 6 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 955150c2c..5a300010d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -29,16 +29,17 @@ WHAT DO YOU NEED ?
To compile Coq V8.5 yourself, you need:
- - Objective Caml version 3.12.1 or later
+ - Objective Caml version 4.01.0 or later
(available at http://caml.inria.fr/)
- Findlib (included in OCaml binary distribution under windows,
probably available in your distribution and for sure at
http://projects.camlcity.org/projects/findlib.html)
-
- - Camlp5 (version >= 6.02) (Coq compiles with Camlp4 but might be less
- well supported)
+ - Camlp5 (version >= 6.02) (Coq compiles with Camlp4 but might be
+ less well supported, for instance, Objective Caml version 4.02.1
+ is then needed or a patched version of 4.01.0 as e.g. version
+ 4.01.0-4 in Debian Jessie)
- GNU Make version 3.81 or later
@@ -64,7 +65,7 @@ INSTALLATION PROCEDURE IN DETAILS (NORMAL USERS).
computer and that "ocamlc" (or, better, its native code version
"ocamlc.opt") lies in a directory which is present in your $PATH
environment variable. At the time of writing this sentence, all
- versions of Objective Caml later or equal to 3.12.1 are
+ versions of Objective Caml later or equal to 4.01.0 are
supported to the exception of Objective Caml 4.02.0.
To get Coq in native-code, (it runs 4 to 10 times faster than