diff options
| author | Théo Zimmermann | 2019-06-27 16:43:55 +0200 |
|---|---|---|
| committer | Théo Zimmermann | 2019-06-27 16:43:55 +0200 |
| commit | e239ac13a8329f3be679e0b9d61778b4ad89de12 (patch) | |
| tree | 9c04fddc4cb22584c9b92bcd81e0082dcf82b4ed /INSTALL | |
| parent | b7c85c2ebe8375232719cd2d61e55daef9b4a358 (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-- | INSTALL | 26 |
1 files changed, 2 insertions, 24 deletions
@@ -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) |
