File tree 2 files changed +11
-5
lines changed
2 files changed +11
-5
lines changed Original file line number Diff line number Diff line change 1
- With OPAM (recommended)
1
+ Binary installation with OPAM
2
2
=======================
3
3
4
4
[ Install OPAM] ( https://opam.ocaml.org/doc/Install.html ) , then:
@@ -10,7 +10,7 @@ Then, to get the newest version:
10
10
% opam update
11
11
% opam upgrade
12
12
13
- Without OPAM
13
+ Source build
14
14
============
15
15
16
16
Tools will be installed in PREFIX/bin, and various files in PREFIX/share/herdtools7.
@@ -21,10 +21,16 @@ Requirements
21
21
------------
22
22
23
23
- OCaml (version >= 4.05.0)
24
- - dune*
24
+ - dune
25
+ - menhir (version >= 20180530)
25
26
26
- * Compilation with ocamlbuild is possible, by setting D=ocb in Makefile.
27
+ We strongly recommend to have this base software installed through the opam
28
+ package manager.
27
29
30
+ % opam install dune menhir
31
+
32
+ Notice: Compilation with ocamlbuild is possible, by setting D=ocb in Makefile.
33
+
28
34
Build
29
35
-----
30
36
Original file line number Diff line number Diff line change @@ -20,5 +20,5 @@ install: ["sh" "./dune-install.sh" "%{prefix}%"]
20
20
depends: [
21
21
"ocaml" {>= "4.02.0"}
22
22
"dune"
23
- "menhir"
23
+ "menhir" {>= "20180530"}
24
24
]
You can’t perform that action at this time.
0 commit comments