aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-08-18 11:02:18 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-08-18 11:02:18 +0200
commit3c3f3cc55ef1da55052abb7dc78094e6c4ac63cc (patch)
tree964b6cb9dfa405fccabfe55b89f61a7efc5b098a /INSTALL.md
parent737cf2ec966c5a154353ef2d15b11607d9e15f9e (diff)
parentefe72e7c628e00d37b89b604912908125857ddd3 (diff)
downloadsmtcoq-3c3f3cc55ef1da55052abb7dc78094e6c4ac63cc.tar.gz
smtcoq-3c3f3cc55ef1da55052abb7dc78094e6c4ac63cc.zip
Merge remote-tracking branch 'remotes/origin/master' into coq-8.10
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 e3d71e8..0c8c4ba 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: