aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-08-18 15:15:29 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-08-18 15:15:29 +0200
commit9931cf069f4cb589663c7409f4f4a1870091724a (patch)
tree5f11a215be181b8ce3dcb292b14dafaf09c02196 /INSTALL.md
parent8e89e326b56c7f1c1d5718e097b972c080da7599 (diff)
parentfebd484075364d8320393507c5c3faa72142f667 (diff)
downloadsmtcoq-9931cf069f4cb589663c7409f4f4a1870091724a.tar.gz
smtcoq-9931cf069f4cb589663c7409f4f4a1870091724a.zip
Merge remote-tracking branch 'remotes/origin/coq-8.12' into coq-8.13
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 764ce89..a8dcd35 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -178,6 +178,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).