aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-05-28 20:00:21 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-05-28 20:00:21 +0200
commitfa6d0060893fa19b57869475aac0af23a4452e60 (patch)
tree9ff90b8c48e07a8329072792c6a224270ff3f3a8 /INSTALL.md
parent4c348a170ea80d20f08ccd5b20e98f56b9267485 (diff)
parent92f2a211fb112fef44f7b5b86fc70a2e5a9e639b (diff)
downloadsmtcoq-fa6d0060893fa19b57869475aac0af23a4452e60.tar.gz
smtcoq-fa6d0060893fa19b57869475aac0af23a4452e60.zip
Merge branch 'coq-8.11' of github.com:smtcoq/smtcoq 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 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
```