File tree Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Expand file tree Collapse file tree 1 file changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ At the root:
4242
4343``` sh
4444# If you haven't created the switch, do it. OPAM(https://opam.ocaml.org)
45- opam switch 4.14 .0 # can also create local switch with opam switch create . 4.14 .0
45+ opam switch 5.2 .0 # can also create local switch with opam switch create . 5.2 .0
4646
4747# Install dev dependencies from OPAM
4848opam install . --deps-only
@@ -51,6 +51,9 @@ opam install . --deps-only
5151opam install ocaml-lsp-server ocamlformat
5252```
5353
54+ You need ` dune ` to build the OCaml source code, if it is not available in your shell try running ` eval $(opam env) ` .
55+ If ` dune ` is present, run ` make build ` to build the OCaml projects and copy the binaries to the root.
56+
5457## Build & Run
5558
5659- ` npm run compile ` . You don't need this if you're developing this repo in VSCode. The compilation happens automatically in the background.
You can’t perform that action at this time.
0 commit comments