aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-08-18 15:14:13 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-08-18 15:14:13 +0200
commit682cd46ec5d166ce0d92dd15a9446f9f1d980f6e (patch)
treee5f52992536d7138030d876136ceaa2a225abeca /INSTALL.md
parent3c3f3cc55ef1da55052abb7dc78094e6c4ac63cc (diff)
parentb871bf9dd8aebe5dbfa08988d334f768a1021795 (diff)
downloadsmtcoq-682cd46ec5d166ce0d92dd15a9446f9f1d980f6e.tar.gz
smtcoq-682cd46ec5d166ce0d92dd15a9446f9f1d980f6e.zip
Merge remote-tracking branch 'remotes/origin/master' into coq-8.10
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 0c8c4ba..7b49a4b 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -177,6 +177,14 @@ your shell), export the following environment variable to make it point at the
export LFSCSIGS="$HOME/path/to/smtcoq/src/lfsc/tests/signatures/"
```
+If you installed SMTCoq via opam (recommended), the path for to SMTCoq
+(to replace `path/to/smtcoq`) is
+`.opam/NAMEOFTHESWITCH/.opam-switch/sources/coq-smtcoq.dev+COQVERSION`
+where `NAMEOFTHESWITCH` must be replaced by the name of the opam switch
+(`ocaml-base-compiler.4.09.0` if you created a new switch following the
+instructions above) and `COQVERSION` must be replaced by the first two
+parts of the version of Coq (`8.11`, `8.12` or `8.13`).
+
If you don't want SMTCoq to spit the translated proof in your proof environment
window, add the following optional definition (in the same file).