aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-09-07 17:24:26 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-09-07 17:24:26 +0200
commit53c1e367e85a3e9e268d992bc09f5efc01990ff7 (patch)
tree1cef95546e6fc85336e28078128e9f6215b7a9cd /INSTALL.md
parentf45f41a8072bd119db025dba68b6a6b3d421a131 (diff)
parent956c3c4681967107cdf682432ce5c90553af000b (diff)
downloadsmtcoq-53c1e367e85a3e9e268d992bc09f5efc01990ff7.tar.gz
smtcoq-53c1e367e85a3e9e268d992bc09f5efc01990ff7.zip
Merge remote-tracking branch 'origin/coq-8.11' into coq-8.12
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 7979604..3a16700 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
```