aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-09-07 17:24:38 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-09-07 17:24:38 +0200
commit8f66837682683edb35131cd91dfa690e5c2dec49 (patch)
treefc0496e6939c7bad67b757cbb2302d1149a570ac /INSTALL.md
parent497a6dbfc875c7789385dd07d5cb66fccd6d8641 (diff)
parent53c1e367e85a3e9e268d992bc09f5efc01990ff7 (diff)
downloadsmtcoq-8f66837682683edb35131cd91dfa690e5c2dec49.tar.gz
smtcoq-8f66837682683edb35131cd91dfa690e5c2dec49.zip
Merge remote-tracking branch 'origin/coq-8.12' into coq-8.13
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 90ee953..b0e5c2f 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
```