aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorClément Pit-Claudel2019-06-27 15:00:18 -0400
committerClément Pit-Claudel2019-06-27 15:00:18 -0400
commita4f6189978b15df8ce4cc8c8fcb8acb6f069ee8e (patch)
tree9c04fddc4cb22584c9b92bcd81e0082dcf82b4ed /INSTALL
parentb7c85c2ebe8375232719cd2d61e55daef9b4a358 (diff)
parente239ac13a8329f3be679e0b9d61778b4ad89de12 (diff)
Merge PR #10443: Fix dev/doc/README.md by removing redundant, outdated info.
Reviewed-by: cpitclaudel
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)