Skip to content

v1.0 (WP1)

Latest
Compare
Choose a tag to compare
@bahmanm bahmanm released this 03 Nov 19:54
· 60 commits to master since this release

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