Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Iris
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Monitor
Service Desk
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
William Mansky
Iris
Commits
ec3a2a2a
Commit
ec3a2a2a
authored
4 years ago
by
Ralf Jung
Browse files
Options
Downloads
Patches
Plain Diff
update docs for new make builddep target
parent
9c531d57
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
CONTRIBUTING.md
+3
-3
3 additions, 3 deletions
CONTRIBUTING.md
with
3 additions
and
3 deletions
CONTRIBUTING.md
+
3
−
3
View file @
ec3a2a2a
...
...
@@ -12,7 +12,7 @@ two repositories:
opam repo add coq-released https://coq.inria.fr/opam/released
opam repo add iris-dev https://gitlab.mpi-sws.org/iris/opam.git
Once you got opam set up, run
`make build
-
dep`
to install the right versions
Once you got opam set up, run
`make builddep`
to install the right versions
of the dependencies.
Run
`make -jN`
to build the full development, where
`N`
is the number of your
...
...
@@ -20,7 +20,7 @@ CPU cores.
To update Iris, 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`
.
followed by
`make builddep`
.
## How to submit a merge request
...
...
@@ -45,7 +45,7 @@ a feature branch instead.
*
In Iris, change the
`opam`
file to depend on the new version.
(In case you do not use opam yourself, you can see recently published versions
[
in this repository
](
https://gitlab.mpi-sws.org/iris/opam/commits/master
)
.)
*
Run
`make build
-
dep`
(in Iris) to install the new version of std++.
*
Run
`make builddep`
(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.
...
...
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