From 6571813b76502632ac8b8bfe7b8cccb1c8b93f48 Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 28 Dec 2001 17:06:11 +0000 Subject: MAJ adresse coq git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@2374 85f007b7-540e-0410-9357-904b9bb8a0f7 --- INSTALL.macosx | 27 +++++++++++++++++++++++++++ INSTALL.win | 2 +- README.win | 2 +- 3 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 INSTALL.macosx 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 :-) -- cgit v1.2.3