aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--INSTALL.macosx27
-rw-r--r--INSTALL.win2
-rw-r--r--README.win2
3 files changed, 29 insertions, 2 deletions
diff --git a/INSTALL.macosx b/INSTALL.macosx
new file mode 100644
index 0000000000..a89c9f0779
--- /dev/null
+++ b/INSTALL.macosx
@@ -0,0 +1,27 @@
+INSTALLATION PROCEDURE FOR THE COQ V7.2 SYSTEM UNDER MACOS X
+------------------------------------------------------------
+
+1) Download compressed archive coq-7.2-Darwin-MacOS-X.tar.gz
+
+2) Open a Terminal window (e.g. from the dock)
+
+3) Move to the directory where the archive is
+ (probably in Desktop; then type the command "cd Desktop")
+
+4) Type the command
+
+ sudo -s tar -xzf -C / coq-7.2-Darwin-MacOS-X.tar.gz
+
+5) Type the command
+
+ rehash
+
+6) To launch Coq, just type
+
+ coqtop
+
+You're done
+
+
+If you have any trouble with this installation, please contact:
+coq-bugs@pauillac.inria.fr.
diff --git a/INSTALL.win b/INSTALL.win
index f3a20f5724..b6613a222c 100644
--- a/INSTALL.win
+++ b/INSTALL.win
@@ -58,6 +58,6 @@ PROBLEMS:
=========
If you have any trouble with this installation, please contact:
-coq@pauillac.inria.fr.
+coq-bugs@pauillac.inria.fr.
The Coq Team.
diff --git a/README.win b/README.win
index 5d55de4775..9716d49ace 100644
--- a/README.win
+++ b/README.win
@@ -37,7 +37,7 @@ COMPILATION.
- Windows cvs client (very useful if you have access to the Coq
archive).
- If you are lost, you could find help at: coq@pauillac.inria.fr.
+ If you are lost, you could find help at: coq-bugs@pauillac.inria.fr.
Good luck :-)