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
George Pirlea
Iris
Commits
5ed394dd
Commit
5ed394dd
authored
Oct 04, 2017
by
Ralf Jung
Browse files
README: explain how to update std++
parent
fda80965
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
5ed394dd
...
...
@@ -62,3 +62,12 @@ Run `make` to build the full development.
A LaTeX version of the core logic definitions and some derived forms is
available in
[
docs/iris.tex
](
docs/iris.tex
)
. A compiled PDF version of this
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.
*
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
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