aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-09-07 17:24:16 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-09-07 17:24:16 +0200
commit956c3c4681967107cdf682432ce5c90553af000b (patch)
treee9c480479df2215bf15cf01755a8b95e19955e71 /INSTALL.md
parentedac14e7d47934636660e0d04c1d5a2cc43190cc (diff)
parenta438e1c168b36b1b24ce71ba091d549ba3917b3b (diff)
downloadsmtcoq-956c3c4681967107cdf682432ce5c90553af000b.tar.gz
smtcoq-956c3c4681967107cdf682432ce5c90553af000b.zip
Merge remote-tracking branch 'origin/coq-8.10' into coq-8.11
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 d3ce099..0667a05 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
```