aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorThéo Zimmermann2019-06-27 16:43:55 +0200
committerThéo Zimmermann2019-06-27 16:43:55 +0200
commite239ac13a8329f3be679e0b9d61778b4ad89de12 (patch)
tree9c04fddc4cb22584c9b92bcd81e0082dcf82b4ed /INSTALL
parentb7c85c2ebe8375232719cd2d61e55daef9b4a358 (diff)
Fix dev/doc/README.md by removing redundant, outdated info.
And also clean INSTALL file of useless reminder of the procedure to install using a package manager.
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL26
1 files changed, 2 insertions, 24 deletions
diff --git a/INSTALL b/INSTALL
index 30f0938690..0810b0b707 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,32 +1,10 @@
-
- INSTALLATION PROCEDURE
- ----------------------
+ INSTALLING FROM SOURCES
+ -----------------------
WHAT DO YOU NEED ?
==================
- Your OS may already contain Coq under the form of a precompiled
- package or ready-to-compile port. In this case, and if the supplied
- version suits you, follow the usual procedure for your OS to
- install it. E.g.:
-
- - Debian GNU/Linux derivatives (or Debian GNU/k*BSD or ...):
-
- aptitude install coq
-
- - Gentoo GNU/Linux:
-
- emerge sci-mathematics/coq
-
- - Fedora GNU/Linux:
-
- urpmi coq
-
- - MacPorts for MacOS X
-
- port install coq
-
To compile Coq yourself, you need:
- OCaml (version >= 4.05.0)