diff options
| author | Maxime Dénès | 2017-10-05 18:45:41 +0200 |
|---|---|---|
| committer | Maxime Dénès | 2017-10-05 18:45:41 +0200 |
| commit | f78a39499ef210456dd96ecb9896874c9ce300ae (patch) | |
| tree | 55314f202e1a892599071ccd7758b086de1fb5ec /INSTALL | |
| parent | aa14c4352393c11ea6ecfb08936f3ae2f8b22fd5 (diff) | |
| parent | 3510612550c32c790447b45ee01efbcf855815b9 (diff) | |
Merge PR #1093: [doc] Update INSTALL to match reality.
Diffstat (limited to 'INSTALL')
| -rw-r--r-- | INSTALL | 25 |
1 files changed, 14 insertions, 11 deletions
@@ -1,5 +1,5 @@ - INSTALLATION PROCEDURES FOR THE COQ V8.6 SYSTEM + INSTALLATION PROCEDURES FOR THE COQ V8.7 SYSTEM ----------------------------------------------- @@ -27,19 +27,16 @@ WHAT DO YOU NEED ? port install coq - To compile Coq V8.6 yourself, you need: + To compile Coq V8.7 yourself, you need: - - OCaml version 4.02.1 or later - (available at http://caml.inria.fr/) + - OCaml version 4.02.3 or later + (available at https://ocaml.org/) - OCaml version 4.02.0 is not supported because of a severe performance - issue increasing compilation time. + - Findlib (version >= 1.4.1) + (available at http://projects.camlcity.org/projects/findlib.html) - - Findlib (included in OCaml binary distribution under windows, - probably available in your distribution and for sure at - http://projects.camlcity.org/projects/findlib.html) - - - Camlp5 (version >= 6.02) + - Camlp5 (version >= 6.14) + (available at https://camlp5.github.io/) - GNU Make version 3.81 or later @@ -48,6 +45,12 @@ WHAT DO YOU NEED ? - for Coqide, the Lablgtk development files, and the GTK libraries incuding gtksourceview, see INSTALL.ide for more details + Opam (https://opam.ocaml.org/) is recommended to install ocaml and + the corresponding packages. + + $ opam install ocamlfind camlp5 lablgtk-extras + + should get you a reasonable Ocaml enviroment to compile Coq. QUICK INSTALLATION PROCEDURE. ============================= |
