aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-09-07 17:23:27 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-09-07 17:23:27 +0200
commit11f8d5d4d1fa54b7c14c8dd02934a32d1ff69ab6 (patch)
treee4d2506f66886fe0810f68fc6b360e20f06902cc /INSTALL.md
parent6a3458f997f5e0033f9cd7f8302dd92fa4fad337 (diff)
downloadsmtcoq-11f8d5d4d1fa54b7c14c8dd02934a32d1ff69ab6.tar.gz
smtcoq-11f8d5d4d1fa54b7c14c8dd02934a32d1ff69ab6.zip
Compilation instructions for CVC4
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 97d0098..abaa405 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -163,6 +163,7 @@ Use the stable version 1.6 of CVC4 that is available either:
- 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:
```
+./autogen.sh
./configure
make
```