summaryrefslogtreecommitdiff
path: root/README.win
diff options
context:
space:
mode:
authorGravatar Stephane Glondu <steph@glondu.net>2012-01-12 16:02:20 +0100
committerGravatar Stephane Glondu <steph@glondu.net>2012-01-12 16:02:20 +0100
commit97fefe1fcca363a1317e066e7f4b99b9c1e9987b (patch)
tree97ec6b7d831cc5fb66328b0c63a11db1cbb2f158 /README.win
parent300293c119981054c95182a90c829058530a6b6f (diff)
Imported Upstream version 8.4~betaupstream/8.4_beta
Diffstat (limited to 'README.win')
-rw-r--r--README.win8
1 files changed, 4 insertions, 4 deletions
diff --git a/README.win b/README.win
index dcbf37b5..5027016f 100644
--- a/README.win
+++ b/README.win
@@ -20,12 +20,12 @@ COMPILATION.
distribution. If you really need to recompile under Windows, here
are some indications:
- 1- Install ocaml for Windows (MinGW port), at least version 3.10.2.
+ 1- Install ocaml for Windows (MinGW port).
See: http://caml.inria.fr
2- Install a shell environment with at least:
- a C compiler (gcc),
- - the GNU make utility (version >= 3.81)
+ - the GNU make utility
The Cygwin environment is well suited for compiling Coq
(official packages are made using Cygwin) See:
@@ -43,9 +43,9 @@ COMPILATION.
make world
make install
- 5- Though not necessary, you can find useful:
+ 5- Though not nescessary, you can find useful:
- Windows version of (X)Emacs: it is a powerful environment for
- developers with colored syntax, modes for compilation and debug,
+ developpers with coloured syntax, modes for compilation and debug,
and many more. It is free. See: http://www.gnu.org/software.
- Windows subversion client (very useful if you have access to the Coq
archive).