aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-09-07 17:02:26 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-09-07 17:02:26 +0200
commitf45f41a8072bd119db025dba68b6a6b3d421a131 (patch)
treebebd061a5fb836266a0af94af3a75b7520852e00 /INSTALL.md
parentff373512da45887621edddf775680bbf1ac7f0b5 (diff)
parentedac14e7d47934636660e0d04c1d5a2cc43190cc (diff)
downloadsmtcoq-f45f41a8072bd119db025dba68b6a6b3d421a131.tar.gz
smtcoq-f45f41a8072bd119db025dba68b6a6b3d421a131.zip
Merge remote-tracking branch 'origin/coq-8.11' into coq-8.12
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md19
1 files changed, 10 insertions, 9 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 1de0dd7..7979604 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -141,13 +141,13 @@ make install
To use SMTCoq, we recommend installing the following two SMT solvers:
-- [CVC4](http://cvc4.cs.nyu.edu)
+- CVC4
- [veriT](https://verit.loria.fr)
SMTCoq also supports the following SAT solver for propositional reasoning:
-- [zChaff](http://www.princeton.edu/~chaff/zchaff.html)
+- [ZChaff](http://www.princeton.edu/~chaff/zchaff.html)
Please download the solvers you would like to use via the links below
(since SMTCoq might not support other versions), and follow the
@@ -157,10 +157,11 @@ proof production mode**, as detailed below.
### CVC4
-Use the stable version 1.6 of CVC4 that is available in the **stable
-versions** column at [http://cvc4.cs.stanford.edu/downloads]. You can
-either get a binary (recommended) or compile it from the sources using
-the following commands:
+Use the stable version 1.6 of CVC4 that is available either:
+- as a [Linux binary](http://cvc4.cs.stanford.edu/downloads/builds/x86_64-linux-opt/cvc4-1.6-x86_64-linux-opt)
+- as a [Windows binary](http://cvc4.cs.stanford.edu/downloads/builds/win64-opt/cvc4-1.6-win64-opt.exe)
+- as a [MacOs binary](https://github.com/cvc5/cvc5/releases/download/1.6/cvc4-1.6-macos-opt)
+- from [the sources](https://github.com/cvc5/cvc5/releases/tag/1.6), using the following commands:
```
./configure
make
@@ -178,7 +179,7 @@ your shell), export the following environment variable to make it point at the
export LFSCSIGS="$HOME/path/to/smtcoq/src/lfsc/tests/signatures/"
```
-If you installed SMTCoq via opam (recommended), the path for to SMTCoq
+If you installed SMTCoq via opam (recommended), the path to SMTCoq
(to replace `path/to/smtcoq`) is
`.opam/NAMEOFTHESWITCH/.opam-switch/sources/coq-smtcoq.dev+COQVERSION`
where `NAMEOFTHESWITCH` must be replaced by the name of the opam switch
@@ -210,9 +211,9 @@ your path. If you encounter problems to compile it, please report an
issue.
-### zChaff
+### ZChaff
-zChaff can be downloaded
+ZChaff can be downloaded
[here](http://www.princeton.edu/~chaff/zchaff.html). It is not actively
maintained, so you might encounter problems to compile it on modern
platforms. [This