aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-08-18 15:15:12 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-08-18 15:15:12 +0200
commitfebd484075364d8320393507c5c3faa72142f667 (patch)
treec4f5b7fae4dbc20546bd2c026cae32089130e739 /INSTALL.md
parent394ac130cef073d17519cdb5117495821cd1dff2 (diff)
parentc3d1cddab0e6746d497ca444cb4a9a1629c3c45e (diff)
downloadsmtcoq-febd484075364d8320393507c5c3faa72142f667.tar.gz
smtcoq-febd484075364d8320393507c5c3faa72142f667.zip
Merge remote-tracking branch 'remotes/origin/coq-8.11' into coq-8.12
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 ba1f420..1de0dd7 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).