Skip to content
Snippets Groups Projects
Commit 7a17a440 authored by Jacques-Henri Jourdan's avatar Jacques-Henri Jourdan
Browse files

More precision about installation of ssreflect in the readme.

parent 19af143a
No related branches found
No related tags found
No related merge requests found
...@@ -9,8 +9,13 @@ This version is known to compile with: ...@@ -9,8 +9,13 @@ This version is known to compile with:
- Coq 8.6 - Coq 8.6
- Ssreflect 1.6.1 - Ssreflect 1.6.1
The easiest way to install the correct versions of the dependencies is through The easiest way to install the correct versions of the dependencies is
opam. Once you got opam set up, just run `make build-dep` to install the right through opam. Ssreflect is available on the coq-released repository,
set up by the command:
opam repo add coq-released https://coq.inria.fr/opam/released
Once you got opam set up, just run `make build-dep` to install the right
versions of the dependencies. When the dependencies change, just run `make versions of the dependencies. When the dependencies change, just run `make
build-dep` again. build-dep` again.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment