Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iris
Manage
Activity
Members
Labels
Plan
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Paolo G. Giarrusso
iris
Commits
803e3e5b
Commit
803e3e5b
authored
7 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
explain updating
parent
a0a4b119
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+9
-4
9 additions, 4 deletions
README.md
with
9 additions
and
4 deletions
README.md
+
9
−
4
View file @
803e3e5b
...
...
@@ -10,6 +10,9 @@ This version is known to compile with:
-
Ssreflect 1.6.1
-
A development version of
[
std++
](
https://gitlab.mpi-sws.org/robbertkrebbers/coq-stdpp
)
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
)
.
The easiest way to install the correct versions of the dependencies is through
opam. You will need the Coq and Iris opam repositories:
...
...
@@ -17,11 +20,13 @@ opam. You will need the Coq and Iris opam repositories:
opam repo add iris-dev https://gitlab.mpi-sws.org/FP/opam-dev.git
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.
of the dependencies.
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
)
.
## Updating
After doing
`git pull`
, the development may fail to compile because of outdated
dependencies. To fix that, please run
`opam update`
followed by
`make build-dep`
.
## Building Instructions
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment