aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-05-28 20:00:30 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-05-28 20:00:30 +0200
commitf47946615e5cd8184c5a0f240aac86a7463201e6 (patch)
tree506781f12f623ae5479ab6440ecb1cbd7fb48e59 /INSTALL.md
parent220afeb0eb1b0b63fccd29e254f3179cac834c12 (diff)
parentfa6d0060893fa19b57869475aac0af23a4452e60 (diff)
downloadsmtcoq-f47946615e5cd8184c5a0f240aac86a7463201e6.tar.gz
smtcoq-f47946615e5cd8184c5a0f240aac86a7463201e6.zip
Merge branch 'coq-8.12' of github.com:smtcoq/smtcoq 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 1e3d8eb..1238156 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -133,6 +133,7 @@ but you might need to install some extra packages and libraries for your system
Compile and install SMTCoq by using the following commands in the src directory.
```bash
+./configure.sh
make
make install
```