Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
I
iGPS
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
Model registry
Operate
Environments
Monitor
Incidents
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
FP
iGPS
Merge requests
!11
update README
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
update README
readme
into
master
Overview
0
Commits
1
Pipelines
0
Changes
1
Merged
Ralf Jung
requested to merge
readme
into
master
7 years ago
Overview
0
Commits
1
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Compare
master
version 1
5f870d76
7 years ago
master (base)
and
latest version
latest version
f555fda4
1 commit,
7 years ago
version 1
5f870d76
1 commit,
7 years ago
1 file
+
10
−
7
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
README.md
+
10
−
7
Options
@@ -14,18 +14,21 @@ The master branch is known to compile with:
The recommended way to build the development is using OPAM. To avoid conflicts
with existing packages, we recommend to create a new opam switch:
`
opam switch ra-gps --alias-of=4.02.3
`
```
opam switch ra-gps --alias-of=4.02.3
```
It should work for any compiler version upwards of 4.01.0. After compiling
OCaml, the new switch needs to be activated in your current shell. opam will
print the necessary instructions.
To find all the dependencies of ra-gps, opam needs to know about the Coq opam archive. This can be achieved by executing
`opam repo add coq-released https://coq.inria.fr/opam/released`
To find all the dependencies of ra-gps, opam needs to know about the Coq and Iris opam archives. This can be achieved by executing
```
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
```
Now,
go to
[
coq/ra
](
coq/ra
)
and
execute
`make build-dep`
to install all
dependencies of ra-gps. Finally, execute
"
make
"
to build the development.
Now, execute
`make build-dep`
to install all
dependencies of ra-gps. Finally, execute
`
make
`
to build the development.
## Structure
Loading