Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Janno
iris-coq
Commits
c8c586c9
Commit
c8c586c9
authored
Sep 19, 2017
by
Ralf Jung
Browse files
update README
parent
842e85c0
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
c8c586c9
...
...
@@ -11,14 +11,14 @@ This version is known to compile with:
-
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
opam. Coq packages are available on the coq-released repository, set up by the
command:
opam. You will need the Coq and Iris opam repositories:
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
versions
of the dependencies. When the dependencies change, just run
`make
build-dep`
again.
Once you got opam set up, run
`make build-dep`
to install the right
versions
of the dependencies. When the dependencies change, just run
`make
build-dep`
again.
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
)
.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment