Sydney Tran - sdt35
Benjamin Tang - bt283
Victoria Zhang - vz36
Jennifer Gu - jg2368
Follow the steps below in terminal to install/use the melody generator:
- To install OPAM packages:
$ opam install ANSITerminal
$ opam install ao
$ opam install mm
- To build the melody generator:
$ make build
- To play the melody generator:
$ make play
- To remove build files when done:
$ make clean
- To view documentation html:
$ dune build @doc
$ make doc
$ make opendoc
Note that you will need OCaml 4.14.0 installed such as from this guide.