Forked from
cidre-public / Compilation / infosec-ecomp
80 commits behind the upstream repository.
-
Wilke Pierre authoredWilke Pierre authored
INSTALL.md 436 B
Install with opam
- Install opam (Ocaml PAckage Manager)
- Get sufficient version of ocaml
opam switch create 4.08.0 (or higher)
- Install packages with opam
opam install package-name
- stdlib-shims
- ocamlbuild
- ocamlfind
- menhir
- lwt
- logs
- batteries
- yojson
- websocket
- websocket-lwt-unix
- Build the project
make