aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-12-28 17:06:11 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2001-12-28 17:06:11 +0000
commit6571813b76502632ac8b8bfe7b8cccb1c8b93f48 (patch)
tree7fc7eed7c42003a21e21ad3ad7fe3d8592653039
parent0f212bd0c2b1ddfa354cd6615c60a64f6599e3d4 (diff)
MAJ adresse coq
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2374 85f007b7-540e-0410-9357-904b9bb8a0f7
-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 000000000..a89c9f077
--- /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 f3a20f572..b6613a222 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 5d55de477..9716d49ac 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 :-)