- Install opam.
- Bootstrap the OCaml compiler:
opam init
opam switch create ecma-sl 4.14.1
eval $(opam env)
- Install the library dependencies:
opam update
opam install . --deps-only --with-test
- Build the application and run the available test suit:
dune build
dune test
dune install