aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-08-18 15:12:56 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-08-18 15:12:56 +0200
commitb871bf9dd8aebe5dbfa08988d334f768a1021795 (patch)
treedbfa396570892160c6a4c87b9fb9db074b8082d8 /INSTALL.md
parentefe72e7c628e00d37b89b604912908125857ddd3 (diff)
downloadsmtcoq-b871bf9dd8aebe5dbfa08988d334f768a1021795.tar.gz
smtcoq-b871bf9dd8aebe5dbfa08988d334f768a1021795.zip
Detail the path to SMTCoq when installing via opam
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 004ad63..a0eab1f 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).