aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-09-07 16:55:52 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-09-07 16:55:52 +0200
commit6a3458f997f5e0033f9cd7f8302dd92fa4fad337 (patch)
tree06d4d4e73187eef6fc8b7ea7050d9f4da31621ac /INSTALL.md
parent01431eb67ed566baa2268f1382d687bc7b020d1c (diff)
downloadsmtcoq-6a3458f997f5e0033f9cd7f8302dd92fa4fad337.tar.gz
smtcoq-6a3458f997f5e0033f9cd7f8302dd92fa4fad337.zip
Update installation instructions for CVC4
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 a0eab1f..97d0098 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