aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2016-11-02 18:28:47 +0100
committerChantal Keller <Chantal.Keller@lri.fr>2016-11-02 18:28:47 +0100
commit0a599dca5b7988ce5c28a641dfdfcca14ff18863 (patch)
treef61f22e48aca3c0d03740a07858219b76cc9194a /INSTALL.md
parentba2b05515d4f57d96a496b08a1dc1e89b23a92a2 (diff)
downloadsmtcoq-0a599dca5b7988ce5c28a641dfdfcca14ff18863.tar.gz
smtcoq-0a599dca5b7988ce5c28a641dfdfcca14ff18863.zip
New version of veriT
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md18
1 files changed, 13 insertions, 5 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 5ff3180..2fd328b 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -99,12 +99,12 @@ make install
To use SMTCoq, you need one or more solvers supported by SMTCoq.
Currently, these solvers are:
-- [veriT](https://www.lri.fr/~keller/Documents-recherche/Smtcoq/verit2c2b43b.tar.gz)
+- [veriT](https://www.lri.fr/~keller/Documents-recherche/Smtcoq/veriT9f48a98.tar.gz)
- [zChaff](http://www.princeton.edu/~chaff/zchaff.html)
Please download the solvers you would like to use via the above links
-(since SMTCoq might not support later versions), and follow the
+(since SMTCoq might not support other versions), and follow the
instructions available for each solver in order to compile them **in a
proof production mode**, as detailed below.
@@ -112,10 +112,18 @@ proof production mode**, as detailed below.
### veriT
The
-[above link](https://www.lri.fr/~keller/Documents-recherche/Smtcoq/verit2c2b43b.tar.gz)
+[above link](https://www.lri.fr/~keller/Documents-recherche/Smtcoq/veriT9f48a98.tar.gz)
points to a snapshot of veriT which is known to be compatible with
-SMTCoq, and is already in proof production mode. If you encounter
-problems to compile it, please report an issue.
+SMTCoq, and is already in proof production mode. To compile it, unpack
+the archive and use the following commands:
+```
+autoconf
+./configure
+make
+```
+This will produce an executable called `veriT` that you should add to
+your path. If you encounter problems to compile it, please report an
+issue.
### zChaff