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

update README

parent 966c1f28
No related branches found
No related tags found
No related merge requests found
...@@ -6,19 +6,19 @@ This is the Coq development accompanying lambda-Rust. ...@@ -6,19 +6,19 @@ This is the Coq development accompanying lambda-Rust.
This version is known to compile with: This version is known to compile with:
- Coq 8.6 - Coq 8.6.1
- Ssreflect 1.6.1 - Ssreflect 1.6.1
- A development version of [Iris](https://gitlab.mpi-sws.org/FP/iris-coq/) - A development version of [Iris](https://gitlab.mpi-sws.org/FP/iris-coq/)
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.
## Building Instructions ## Building Instructions
......
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