aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorherbelin2001-12-19 12:12:40 +0000
committerherbelin2001-12-19 12:12:40 +0000
commitc53748333325f6fb90b09f40ea87c6dbe7142140 (patch)
tree92deae287038e303d02cb82598aee6840eb6b341
parent9750581e92a8630f935166e6a31f7f92d1be5500 (diff)
MAJ 7.2
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2337 85f007b7-540e-0410-9357-904b9bb8a0f7
-rw-r--r--INSTALL4
-rw-r--r--README4
-rw-r--r--README.win8
3 files changed, 10 insertions, 6 deletions
diff --git a/INSTALL b/INSTALL
index 4c7ddc8477..db08f13a2d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,12 +1,12 @@
- INSTALLATION PROCEDURES FOR THE COQ V7.1 SYSTEM
+ INSTALLATION PROCEDURES FOR THE COQ V7.2 SYSTEM
-----------------------------------------------
WHAT DO YOU NEED ?
==================
Coq is designed to work on computers equipped with the Unix operating
- system. In order to compile Coq V7.1 you need:
+ system. In order to compile Coq V7.2 you need:
- Objective Caml version 3.01 or later
(available at http://caml.inria.fr/)
diff --git a/README b/README
index 2f51dbbd8d..d4781f18ba 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
- THE COQ V7.1 SYSTEM
+ THE COQ V7.2 SYSTEM
===================
INSTALLATION.
@@ -11,7 +11,7 @@ INSTALLATION.
DOCUMENTATION.
==============
- The documentation of Coq V7.1 is available by anonymous ftp (see below),
+ The documentation of Coq V7.2 is available by anonymous ftp (see below),
in a directory doc/. The documents are available separately or
all together in the tar file all-docs.tar .
diff --git a/README.win b/README.win
index 65ccb00a2d..5d55de4775 100644
--- a/README.win
+++ b/README.win
@@ -23,8 +23,12 @@ COMPILATION.
2- Install a complete set of Unix utilities (used by Makefiles).
See: http://sources.redhat.com/cygwin/.
- 3- Compilation of camlp4 files must be done by hand in two steps (and not
- only one as it is case in the Makefile).
+ 3- Under cygwin, type successively
+
+ ./configure
+ make world
+ make install
+ make clean
4- Though not nescessary, you can find useful:
- Windows version of (X)Emacs: it is a powerful environment for