Skip to content

Releases: bahmanm/stockman-ml

v1.0 (WP1)

03 Nov 19:54
Compare
Choose a tag to compare

How to Build, Test & Run

  1. Install Opam
  2. Install an OCaml compiler, e.g. 4.04.2: opam switch install 4.04.2
  3. Install dependencies: opam install oasis ounit batteries
  4. Clone the tag or grab the sources and cd to the directory.
  5. oasis setup
  6. ocaml setup.ml -configure --enable-tests
  7. To build: ocaml setup.ml -build
  8. To run, simply run ./stockman.native
  9. To run the tests: ocaml setup.ml -test