aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-08-18 11:03:40 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-08-18 11:03:40 +0200
commit394ac130cef073d17519cdb5117495821cd1dff2 (patch)
tree9d1633deeab6578a1cea89af37bbf2f06225d98e /INSTALL.md
parenta23f35f26684fa586387bdafcf5fe283fa49d12f (diff)
parent3b32d02e1e4a565061633e6992a4376d05bbabd3 (diff)
downloadsmtcoq-394ac130cef073d17519cdb5117495821cd1dff2.tar.gz
smtcoq-394ac130cef073d17519cdb5117495821cd1dff2.zip
Merge remote-tracking branch 'remotes/origin/coq-8.11' into coq-8.12
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 1a9a0fc..ba1f420 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -17,7 +17,7 @@ you want to use.
### In an existing switch
-You need to have OCaml version between 4.07 and 4.10 and Coq >= 8.11.
+You need to have OCaml version >= 4.09 and Coq >= 8.11.
Simply add the coq-extra-dev repo to opam:
```bash
@@ -32,7 +32,7 @@ opam install coq-smtcoq
Create a switch:
```bash
-opam switch create ocaml-base-compiler.4.07.1
+opam switch create ocaml-base-compiler.4.09.0
eval $(opam env)
```
add the Coq repos to opam: