diff options
| -rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -53,12 +53,12 @@ WHAT DO YOU NEED ? Debian / Ubuntu users can get the necessary system packages for CoqIDE with: - $ sudo apt-get install libgtk-3-dev libgtksourceview-3.0-dev + $ sudo apt-get install libgtksourceview-3.0-dev Opam (https://opam.ocaml.org/) is recommended to install OCaml and the corresponding packages. - $ opam install num ocamlfind lablgtk3 lablgtk3-sourceview3 + $ opam install num ocamlfind lablgtk3-sourceview3 should get you a reasonable OCaml environment to compile Coq. |
