You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: interpreter/README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,12 +15,16 @@ The text format defines modules in S-expression syntax. Moreover, it is generali
15
15
16
16
## Building
17
17
18
-
You'll need OCaml 4.12 or higher. Instructions for installing a recent version of OCaml on multiple platforms are available [here](https://ocaml.org/docs/install.html). On most platforms, the recommended way is through [OPAM](https://ocaml.org/docs/install.html#OPAM).
18
+
You'll need OCaml 4.12 or higher. Instructions for installing a recent version of OCaml on multiple platforms are available [here](https://ocaml.org/docs/installing-ocaml). On most platforms, the recommended way is through [Opam](https://ocaml.org/docs/installing-ocaml#install-opam).
19
19
20
20
You'll also need to install the dune build system. See the [installation instructions](https://github.com/ocaml/dune#installation-1).
21
21
22
-
Once you have OCaml, simply do
22
+
And you need to install the [Menhir](https://gallium.inria.fr/~fpottier/menhir/) parser generator:
0 commit comments