Skip to content

Commit

Permalink
flambda-backend: Use 4.14.0 opam switch for building (includes upgrad…
Browse files Browse the repository at this point in the history
…ing ocamlformat to 0.24.1) (ocaml-flambda#1030)
  • Loading branch information
mshinwell authored Dec 19, 2022
1 parent eb14a86 commit e8d3e22
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HACKING.jst.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

ocaml-jst has a dune-based build system which is different from
upstream OCaml. To get started, you'll need a working install of OCaml
4.12 and dune, e.g. via OPAM:
4.14 and dune, e.g. via OPAM:

$ opam switch create 4.12.0
$ opam switch create 4.14.0
$ eval $(opam env)
$ opam install dune

Expand All @@ -30,7 +30,7 @@ to build without running the testsuite, or:
to start a continuously polling build of the compiler.

Note that the dune-based build system is entirely separate from the main
Makefile, and so you will need to use `make -f Makefile.jst install`
Makefile, and so you will need to use `make -f Makefile.jst install`
to install after building.

## Testing
Expand Down

0 comments on commit e8d3e22

Please sign in to comment.