Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
E
examples
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Iris
examples
Commits
f1b0e37b
Commit
f1b0e37b
authored
Dec 13, 2017
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update README
parent
1c18e23d
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
13 deletions
+6
-13
README.md
README.md
+6
-13
No files found.
README.md
View file @
f1b0e37b
...
...
@@ -11,21 +11,14 @@ This version is known to compile with:
-
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
opam. Once you got opam set up, just run
`make build-dep`
to install the right
versions of the dependencies. When the dependencies change (e.g., a newer
version of Iris is needed), just run
`make build-dep`
again.
opam. You will need the Coq and Iris opam repositories:
Alternatively, you can manually determine the required Iris commit by consulting
the
`opam.pins`
file.
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, run
`make build-dep`
to install the right versions
of the dependencies.
## Building Instructions
Run
`make`
to build the full development.
## For Developers: How to update the Iris dependency
-
Do the change in Iris, push it.
-
In iris-atomic, change opam.pins to point to the new commit.
-
Run "make build-dep" (in iris-atomic) to install the new version of Iris.
-
You may have to do "make clean" as Coq will likely complain about .vo file
mismatches.
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