Skip to content
Snippets Groups Projects
Commit c8c586c9 authored by Ralf Jung's avatar Ralf Jung
Browse files

update README

parent 842e85c0
No related branches found
No related tags found
No related merge requests found
...@@ -11,14 +11,14 @@ This version is known to compile with: ...@@ -11,14 +11,14 @@ This version is known to compile with:
- A development version of [std++](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp) - A development version of [std++](https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp)
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 through
opam. Coq packages are available on the coq-released repository, set up by the opam. You will need the Coq and Iris opam repositories:
command:
opam repo add coq-released https://coq.inria.fr/opam/released opam repo add coq-released https://coq.inria.fr/opam/released
opam repo add iris-dev https://gitlab.mpi-sws.org/FP/opam-dev.git
Once you got opam set up, just run `make build-dep` to install the right Once you got opam set up, run `make build-dep` to install the right versions
versions of the dependencies. When the dependencies change, just run `make of the dependencies. When the dependencies change, just run `make build-dep`
build-dep` again. again.
If you need to work with Coq 8.5, please check out the If you need to work with Coq 8.5, please check out the
[iris-3.0 branch](https://gitlab.mpi-sws.org/FP/iris-coq/tree/iris-3.0). [iris-3.0 branch](https://gitlab.mpi-sws.org/FP/iris-coq/tree/iris-3.0).
......
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