aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-05-28 19:29:08 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-05-28 19:29:08 +0200
commit92f2a211fb112fef44f7b5b86fc70a2e5a9e639b (patch)
tree192aedec19f77f520c7db8a40f026c752015fcd7 /INSTALL.md
parentbe486d634803e7bdfd455e58dbe3ed0968798eda (diff)
downloadsmtcoq-92f2a211fb112fef44f7b5b86fc70a2e5a9e639b.tar.gz
smtcoq-92f2a211fb112fef44f7b5b86fc70a2e5a9e639b.zip
Configure is back (due to #69)
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 0f909b5..e73a082 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
```