aboutsummaryrefslogtreecommitdiffstats
path: root/INSTALL.md
diff options
context:
space:
mode:
authorChantal Keller <Chantal.Keller@lri.fr>2016-05-02 17:03:18 +0200
committerChantal Keller <Chantal.Keller@lri.fr>2016-05-02 17:03:18 +0200
commitd3f4ee8411a56f77ad47449be57e40c846b49cfd (patch)
tree335b895e3d5632f121e06cfb6c80d820694384b5 /INSTALL.md
parent663a870b7e20f32b4b20cad6baa865df4058e595 (diff)
downloadsmtcoq-d3f4ee8411a56f77ad47449be57e40c846b49cfd.tar.gz
smtcoq-d3f4ee8411a56f77ad47449be57e40c846b49cfd.zip
Installation via opam
Diffstat (limited to 'INSTALL.md')
-rw-r--r--INSTALL.md25
1 files changed, 23 insertions, 2 deletions
diff --git a/INSTALL.md b/INSTALL.md
index 0c6bd1e..fe01b4a 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -6,11 +6,32 @@ SMTCoq is designed to work on computers equipped with a POSIX (Unix or a
clone) operating system. It is known to work under GNU/Linux (i386 and
amd64).
+You have various ways to install it:
+- the simplest one is via opam;
+- you can also install it from the sources, using two different versions
+ of Coq (depending on the efficiency you want).
+In either case, you will also need to install the provers you want to
+use (see below).
+
+
+## Installation via opam
+
+Simply add the coq-extra-dev repo to opam:
+```
+opam repo add coq-extra-dev https://coq.inria.fr/opam/extra-dev
+```
+and install smtcoq:
+```
+opam install coq-smtcoq
+```
+
## Installation from the sources
-Currently, SMTCoq can be built only from the sources, using either Coq 8.5 or the
-[version of Coq with native data-structures](https://github.com/smtcoq/native-coq). The design of an opam package is under progress. We recommend Coq 8.5 for standard use, and native-coq for uses that require very efficient computation. In both cases, you will need to install the provers (see below).
+You can also build SMTCoq from the sources, using either Coq 8.5 or the
+[version of Coq with native data-structures](https://github.com/smtcoq/native-coq).
+We recommend Coq 8.5 for standard use, and native-coq for uses that
+require very efficient computation (such as checking big certificates).
### Installation with Coq 8.5