Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
VEBER Philippe
codepi
Commits
473078f7
Commit
473078f7
authored
Oct 27, 2020
by
Louis Duchemin
Browse files
Update required ocaml version
parent
3bc3ae31
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
6 deletions
+5
-6
README.md
README.md
+5
-6
No files found.
README.md
View file @
473078f7
...
...
@@ -2,24 +2,23 @@
## install ocaml and opam
You can check if you have
`ocaml`
and
`opam`
using
You can check if you have
`ocaml`
and
`opam`
using
```
ocaml --version ##>= 4.
08
.1
ocaml --version ##>= 4.
11
.1
opam --version ## >= 2.0.2
```
### If you don't have `ocaml` and `opam`
*
pre install step
-
pre install step
```
sudo apt-get update
sudo apt-get install m4 zlib1g-dev bubblewrap unzip
```
*
install step
-
install step
install
`ocaml`
via
`opam`
according https://opam.ocaml.org/doc/Install.html
...
...
@@ -27,7 +26,7 @@ install `ocaml` via `opam` according https://opam.ocaml.org/doc/Install.html
sh <(curl -sL https://raw.githubusercontent.com/ocaml/opam/master/shell/install.sh) # install opam
```
*
post install step
-
post install step
```
opam init --compiler=4.08.1
...
...
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