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
Fengmin Zhu
RefinedC
Commits
d948c3b2
Commit
d948c3b2
authored
Nov 26, 2020
by
Rodolphe Lepigre
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add quotes around URLs in commands in README.md.
parent
9e50156a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
9 deletions
+9
-9
README.md
README.md
+9
-9
No files found.
README.md
View file @
d948c3b2
...
...
@@ -28,10 +28,10 @@ Assuming an appropriate [opam](https://opam.ocaml.org/doc/Install.html) switch
(OCaml version 4.07.0 at least), run the following commands.
```
bash
sudo
apt-get
install
libmpfr-dev
# Implicit Cerberus dependency.
opam repo add coq-released https://coq.inria.fr/opam/released
opam repo add iris-dev https://gitlab.mpi-sws.org/iris/opam.git
opam pin add
-n
-y
cerberus git+https://github.com/rems-project/cerberus.git#6ea80db048080468761499238fa0d045222ccc52
opam pin add refinedc git+https://gitlab.mpi-sws.org/iris/refinedc.git
opam repo add coq-released
"
https://coq.inria.fr/opam/released
"
opam repo add iris-dev
"
https://gitlab.mpi-sws.org/iris/opam.git
"
opam pin add
-n
-y
cerberus
"
git+https://github.com/rems-project/cerberus.git#6ea80db048080468761499238fa0d045222ccc52
"
opam pin add refinedc
"
git+https://gitlab.mpi-sws.org/iris/refinedc.git
"
```
### System dependencies
...
...
@@ -97,19 +97,19 @@ cd refinedc-projects
RefinedC requires Coq, Iris, as well as a number of OCaml dependencies. These
dependencies can be made available to opam by running the following commands.
```
bash
opam repo add coq-released https://coq.inria.fr/opam/released
opam repo add iris-dev https://gitlab.mpi-sws.org/iris/opam.git
opam pin add
-n
-y
cerberus git+https://github.com/rems-project/cerberus.git#6ea80db048080468761499238fa0d045222ccc52
opam repo add coq-released
"
https://coq.inria.fr/opam/released
"
opam repo add iris-dev
"
https://gitlab.mpi-sws.org/iris/opam.git
"
opam pin add
-n
-y
cerberus
"
git+https://github.com/rems-project/cerberus.git#6ea80db048080468761499238fa0d045222ccc52
"
```
You can then finally install RefinedC with the following command, or rather
decide to install it from a local clone to have access to various examples.
```
bash
opam pin add refinedc git+https://gitlab.mpi-sws.org/iris/refinedc.git
opam pin add refinedc
"
git+https://gitlab.mpi-sws.org/iris/refinedc.git
"
```
To install RefinedC from a local clone you can run the following commands.
```
bash
git clone https://gitlab.mpi-sws.org/iris/refinedc.git
git clone
"
https://gitlab.mpi-sws.org/iris/refinedc.git
"
opam pin add refinedc refinedc
```
You can then start checking annotated C files in the repository using, for
...
...
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