aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-08-18 11:01:39 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-08-18 11:01:39 +0200
commitefe72e7c628e00d37b89b604912908125857ddd3 (patch)
tree2cd83f93479ab8448ee2b735aa36c6038c00b927 /INSTALL.md
parentaceba6c2aff4bd6faa702bca3c8346589d1f32f6 (diff)
downloadsmtcoq-efe72e7c628e00d37b89b604912908125857ddd3.tar.gz
smtcoq-efe72e7c628e00d37b89b604912908125857ddd3.zip
Update installation instructions
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 be92d7a..004ad63 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: