Skip to content

Commit

Permalink
Up Coq version (8.7.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jerome Simeon committed Feb 19, 2018
1 parent 75ff811 commit 54911e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,15 +30,15 @@ To build Q\*cert from the source, you will need:
- camlp5, a pre-processor (https://camlp5.github.io)
- base64, a library for base64 encoding and decoding (https://github.com/mirage/ocaml-base64)
- js\_of\_ocaml, a compiler from OCaml to JavaScript
- Coq 8.7.1 (https://coq.inria.fr/)
- Coq 8.7.2 (https://coq.inria.fr/)

An easy way to get set up on most platforms is to use the OCaml
package manager (https://opam.ocaml.org). Once opam is installed, you
can just add the corresponding libraries:

```
$ opam install ocamlbuild menhir camlp5 base64 js_of_ocaml js_of_ocaml-ppx
$ opam install coq.8.7.1
$ opam install coq.8.7.2
```

### Java (Recommended)
Expand Down

0 comments on commit 54911e1

Please sign in to comment.