aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2021-05-28 19:15:25 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2021-05-28 19:15:25 +0200
commitbe486d634803e7bdfd455e58dbe3ed0968798eda (patch)
tree8bba73ba41522a4fb288dc7243bd3954932b7366 /INSTALL.md
parenta3a63ab0bceb12f03bac91ef7461061f1cb20af1 (diff)
parentb40fefbb52afbc7deaa0b591d155bf2e84d0afba (diff)
downloadsmtcoq-be486d634803e7bdfd455e58dbe3ed0968798eda.tar.gz
smtcoq-be486d634803e7bdfd455e58dbe3ed0968798eda.zip
Merge branch 'coq-8.10' of github.com:smtcoq/smtcoq into coq-8.11
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md40
1 files changed, 0 insertions, 40 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 9a3577b..0f909b5 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -81,12 +81,6 @@ You need to have OCaml version >= 4.09.0 and Coq version 8.11.*.
> SMTCoq. In particular this means you want a version of Coq that was compiled
> with OCaml version >= 4.08.
-If you want to use SMTCoq with high performance to check large proof
-certificates, you need to use the [version of Coq with native
-data-structures](https://github.com/smtcoq/native-coq) instead of
-Coq-8.11 (warning: this allows one to use the vernacular commands but not
-the tactics).
-
### Install opam
We recommended to install the required packages from
@@ -139,44 +133,10 @@ but you might need to install some extra packages and libraries for your system
Compile and install SMTCoq by using the following commands in the src directory.
```bash
-./configure.sh
-make
-make install
-```
-
-## Installation with native-coq (not recommended except for high performances)
-
-> **Warning**: this installation procedure is recommended only to use
-> the vernacular commands efficiently (in particular, to check very
-> large proof certificates). It does not allow one to use the tactics.
-
-1. Download the git version of Coq with native compilation:
-```bash
-git clone https://github.com/smtcoq/native-coq.git
-```
- and compile it by following the instructions available in the
- repository. We recommand that you do not install it, but only compile
- it in local:
-```bash
-./configure -local
-make
-```
-
-2. Set an environment variable COQBIN to the directory where Coq's
- binaries are; for instance:
-```bash
-export COQBIN=/home/jdoe/native-coq/bin/
-```
- (the final slash is mandatory).
-
-3. Compile and install SMTCoq by using the following commands in the src directory.
-```
-./configure.sh -native
make
make install
```
-
## Installation of the provers
To use SMTCoq, we recommend installing the following two SMT solvers: