aboutsummaryrefslogtreecommitdiffhomepage
path: root/INSTALL
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-22 09:12:47 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-12-22 09:12:47 +0000
commit0ea607501f6ac51fa85762b18a51c58471bb11e6 (patch)
treec02881bf138fe61d3cfa2b63623c330283efc529 /INSTALL
parent6fa6f0f6e8da7eb0cfe393e4b8853e1488fa5b3f (diff)
MAJ
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1186 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL10
1 files changed, 5 insertions, 5 deletions
diff --git a/INSTALL b/INSTALL
index 8bdcfed80..757e405bd 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,6 +1,7 @@
INSTALLATION PROCEDURES FOR THE COQ V7 SYSTEM
---------------------------------------------
+ (beta version)
WHAT DO YOU NEED ?
==================
@@ -19,6 +20,7 @@ WHAT DO YOU NEED ?
comes as a single compressed tar-file. You have probably already
decompressed it if you are reading this document.
+ (beta version, tested and compiled only on i386 Linux)
QUICK INSTALLATION PROCEDURE.
=============================
@@ -51,9 +53,9 @@ INSTALLATION PROCEDURE IN DETAILS (NORMAL USERS).
3- The uncompression and un-tarring of the distribution file gave birth
to a directory named "coq-7.xx". You can rename this directory and put
it wherever you want. Just keep in mind that you will need some spare
- space during the compilation (about 20 Mb of disk space for the whole
- system in bytecode, and 15 Mb more for native-code compilation). Once
- installed, the binaries take about 14 Mb, and the library about 9 Mb.
+ space during the compilation (reckon on about 50 Mb of disk space
+ for the whole system in native-code compilation). Once installed, the
+ binaries take about 14 Mb, and the library about 9 Mb.
4- First you need to configure the system. It is done automatically with
the command:
@@ -247,5 +249,3 @@ MOVING BINARIES OR LIBRARY.
the binaries directory) and -libdir (for the standard library directory) :
coqtop -bindir <new directory> -libdir <new directory>
-
-