aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-08-18 15:14:54 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-08-18 15:14:54 +0200
commitc3d1cddab0e6746d497ca444cb4a9a1629c3c45e (patch)
tree6e2c8c765f74228bcee48fda1290ae3ece96f721 /INSTALL.md
parent3b32d02e1e4a565061633e6992a4376d05bbabd3 (diff)
parent682cd46ec5d166ce0d92dd15a9446f9f1d980f6e (diff)
downloadsmtcoq-c3d1cddab0e6746d497ca444cb4a9a1629c3c45e.tar.gz
smtcoq-c3d1cddab0e6746d497ca444cb4a9a1629c3c45e.zip
Merge remote-tracking branch 'remotes/origin/coq-8.10' into coq-8.11
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 491a2d3..cac08ed 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).