From e3c40a83409cfe4838e8ba20944360b94ab3e83e Mon Sep 17 00:00:00 2001 From: notin Date: Thu, 5 Nov 2009 18:00:40 +0000 Subject: Changement de la version minimale requise de OCaml (3.07 => 3.09.3). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit J'ai ajouté une option '-force-caml-version' au ./configure pour passer outre la vérification de la version de OCaml. La barre a été mise à 3.09.3 parce que Khepri (Debian Etch = oldstable) continue de faire tourner le bench en utilisant OCaml 3.09.3. Pour info, Coq 8.2 compile avec la 3.08.4, mais pas le trunk. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12473 85f007b7-540e-0410-9357-904b9bb8a0f7 --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 00feb1681..7b022f534 100644 --- a/INSTALL +++ b/INSTALL @@ -1,5 +1,5 @@ - INSTALLATION PROCEDURES FOR THE COQ V8.1 SYSTEM + INSTALLATION PROCEDURES FOR THE COQ V8.3 SYSTEM ----------------------------------------------- @@ -41,7 +41,7 @@ WHAT DO YOU NEED ? Should you need or prefer to compile Coq V8.2 yourself, you need: - - Objective Caml version 3.07 or later + - Objective Caml version 3.09.3 or later (available at http://caml.inria.fr/) For Ocaml version >= 3.10.0, you also need to install camlp5 @@ -89,7 +89,7 @@ QUICK INSTALLATION PROCEDURE. INSTALLATION PROCEDURE IN DETAILS (NORMAL USERS). ================================================= -1- Check that you have the Objective Caml compiler version 3.07 (or later) +1- Check that you have the Objective Caml compiler version 3.09.3 (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. -- cgit v1.2.3