summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README13
1 files changed, 8 insertions, 5 deletions
diff --git a/README b/README
index dd81ae3..07dd15f 100644
--- a/README
+++ b/README
@@ -19,9 +19,9 @@ purposes.
COPYRIGHT:
The Compcert verified compiler is Copyright 2004, 2005, 2006, 2007,
-2008, 2009, 2010 Institut National de Recherche en Informatique et en
-Automatique (INRIA). It is distributed under the conditions stated in
-file LICENSE.
+2008, 2009, 2010, 2011 Institut National de Recherche en Informatique
+et en Automatique (INRIA). It is distributed under the conditions
+stated in file LICENSE.
SUPPORTED PLATFORMS:
@@ -49,10 +49,13 @@ PREREQUISITES:
* The "gcc", "as" and "make" tools must be installed and accessible in
the search path. For MacOS X, you can get them by installing the
- XCode development tools, as found on the installation DVDs.
+ XCode development tools, as found on the installation DVDs
+ or on http://developer.apple.com/. For Microsoft Windows,
+ install the Cygwin environment http://www.cygwin.com/.
-* The Coq proof assistant, version 8.2pl1 or 8.2pl2.
+* The Coq proof assistant, version 8.3pl1.
Coq is free software, available from http://coq.inria.fr/
+ The original version 8.3 is not compatible, nor any of the 8.2 versions.
* The Caml functional language, version 3.10 or later.
Caml is free software, available from http://caml.inria.fr/