aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL8
1 files changed, 3 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 7b022f534..e88dc3199 100644
--- a/INSTALL
+++ b/INSTALL
@@ -41,12 +41,10 @@ WHAT DO YOU NEED ?
Should you need or prefer to compile Coq V8.2 yourself, you need:
- - Objective Caml version 3.09.3 or later
+ - Objective Caml version 3.10.0 or later
(available at http://caml.inria.fr/)
- For Ocaml version >= 3.10.0, you also need to install camlp5
- (version <= 4.08, or 5.01 transitional)
-
+ - Camlp5 (version <= 4.08, or 5.* transitional)
- GNU Make version 3.81 or later
(
@@ -89,7 +87,7 @@ QUICK INSTALLATION PROCEDURE.
INSTALLATION PROCEDURE IN DETAILS (NORMAL USERS).
=================================================
-1- Check that you have the Objective Caml compiler version 3.09.3 (or later)
+1- Check that you have the Objective Caml compiler version 3.10.0 (or later)
installed on your computer and that "ocamlmktop" and "ocamlc" (or
its native code version "ocamlc.opt") lie in a directory which is present
in your $PATH environment variable.