summaryrefslogtreecommitdiff
path: root/README.win
diff options
context:
space:
mode:
authorGravatar Samuel Mimram <samuel.mimram@ens-lyon.org>2004-07-28 21:54:47 +0000
committerGravatar Samuel Mimram <samuel.mimram@ens-lyon.org>2004-07-28 21:54:47 +0000
commit6b649aba925b6f7462da07599fe67ebb12a3460e (patch)
tree43656bcaa51164548f3fa14e5b10de5ef1088574 /README.win
Imported Upstream version 8.0pl1upstream/8.0pl1
Diffstat (limited to 'README.win')
-rw-r--r--README.win43
1 files changed, 43 insertions, 0 deletions
diff --git a/README.win b/README.win
new file mode 100644
index 00000000..4d698e93
--- /dev/null
+++ b/README.win
@@ -0,0 +1,43 @@
+THE COQ V8.0 SYSTEM
+===================
+
+ This file contains remarks specific to the windows port of Coq.
+
+INSTALLATION.
+=============
+
+ See the file INSTALL.win for installation procedure.
+
+COMPILATION.
+============
+
+ If you want to install coq, you had better transfer the precompiled
+ distribution. If you really need to recompile under Windows, here
+ are some indications:
+
+ 1- Install ocaml version 3.06 or later, Visual C++ (needed
+ for the -custom option of ocaml) and MASM (needed if you want
+ to produce a native version).
+
+ 2- Install a complete set of Unix utilities (used by Makefiles).
+ See: http://sources.redhat.com/cygwin/.
+
+ 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
+ developpers with coloured syntax, modes for compilation and debug,
+ and many more. It is free. See: http://www.gnu.org/software.
+ - Windows cvs client (very useful if you have access to the Coq
+ archive).
+
+ If you are lost, you could find help at: coq-bugs@pauillac.inria.fr.
+
+ Good luck :-)
+
+ The Coq Team.