Skip to content

Commit

Permalink
Update readme to include mention on new dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
juusaw committed Mar 27, 2019
1 parent e1bf52f commit 8535a37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ This project is based on the original implementation of Troll in Standard ML (Mo

## Building the project

The project can be compiled using standard OCaml tools (`ocamlc`, `ocamllex`, `ocamlyacc`) available in the official OCaml distributions.
In addition to the standard OCaml tools (`ocamlc`, `ocamllex`, `ocamlyacc`) available in the official OCaml distributionst he project uses `Core` library and `corebuild` for compiling.

Run the command `./build.sh` to generate the binary.

Expand Down

0 comments on commit 8535a37

Please sign in to comment.