From b871bf9dd8aebe5dbfa08988d334f768a1021795 Mon Sep 17 00:00:00 2001 From: Chantal Keller Date: Wed, 18 Aug 2021 15:12:56 +0200 Subject: Detail the path to SMTCoq when installing via opam --- INSTALL.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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). -- cgit