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
Gaurav Parthasarathy
examples_rdcss_old
Commits
2450b8d0
Commit
2450b8d0
authored
Dec 18, 2017
by
Ralf Jung
Browse files
update README
parent
6150ac6e
Changes
1
Hide whitespace changes
Inline
Side-by-side
README.md
View file @
2450b8d0
...
...
@@ -11,8 +11,10 @@ This version is known to compile with:
-
A development version of
[
Iris
](
https://gitlab.mpi-sws.org/FP/iris-coq/
)
-
The coq86-devel branch of
[
Autosubst
](
https://github.com/uds-psl/autosubst
)
The easiest way to install the correct versions of the dependencies is through
opam. You will need the Coq and Iris opam repositories:
## Building from source
When building from source, we recommend to use opam (1.2.2 or newer) for
installing the dependencies. This requires the following two 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
...
...
@@ -20,9 +22,12 @@ opam. You will need the Coq and Iris opam repositories:
Once you got opam set up, run
`make build-dep`
to install the right versions
of the dependencies.
## Building
Run
`make -jN`
to build the full development, where
`N`
is the number of your
CPU cores.
Run
`make`
to build the full development.
To update, do
`git pull`
. After an update, the development may fail to compile
because of outdated dependencies. To fix that, please run
`opam update`
followed by
`make build-dep`
.
## Case Studies
...
...
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