From af1b1dc39df2f23aef7c108e542c2bf08f916a87 Mon Sep 17 00:00:00 2001 From: notin Date: Fri, 1 Sep 2006 13:55:18 +0000 Subject: Coq ne compile plus avec OCaml 3.06 (mais avec 3.07 c'est ok) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9116 85f007b7-540e-0410-9357-904b9bb8a0f7 --- INSTALL | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 56c03e2eb..1577ba90a 100644 --- a/INSTALL +++ b/INSTALL @@ -8,7 +8,7 @@ WHAT DO YOU NEED ? Coq is designed to work on computers equipped with the Unix operating system. In order to compile Coq V8.1 you need: - - Objective Caml version 3.06 or later + - Objective Caml version 3.07 or later (available at http://caml.inria.fr/) Until now, it has mainly been tested on Sun workstations running Solaris, @@ -29,7 +29,7 @@ QUICK INSTALLATION PROCEDURE. INSTALLATION PROCEDURE IN DETAILS (NORMAL USERS). ================================================= -1- Check that you have the Objective Caml compiler version 3.06 (or later) +1- Check that you have the Objective Caml compiler version 3.07 (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