Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
Marianna Rapoport
iris-coq
Commits
ed9b3eef
Commit
ed9b3eef
authored
Dec 13, 2017
by
Ralf Jung
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update README
parent
33806ff8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
3 deletions
+4
-3
README.md
README.md
+4
-3
No files found.
README.md
View file @
ed9b3eef
...
...
@@ -71,8 +71,9 @@ document is [available online](http://plv.mpi-sws.org/iris/appendix-3.0.pdf).
## For Developers: How to update the std++ dependency
*
Do the change in std++, push it.
*
Wait for CI to publish a new std++ version on the opam archive.
*
In Iris, change opam to depend on the new version.
*
Wait for CI to publish a new std++ version on the opam archive, then run
`opam update iris-dev`
.
*
In Iris, change the
`opam`
file to depend on the new version.
*
Run
`make build-dep`
(in Iris) to install the new version of std++.
*
You may have to do
`make clean`
as Coq will likely complain about .vo file
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