Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 515 Bytes

INSTALL.md

File metadata and controls

18 lines (17 loc) · 515 Bytes

DDC - Installation Guide

The respective OCaml and Python package installers, opam and pip, are assumed prerequisites for this installation.

  1. Begin by installing the necessary OPAM packages for this project.
    opam update
    opam upgrade
    opam install raylib batteries raygui csv qcheck ounit2
  2. Install the python packages.
    pip install -r lib/beatmap_python/requirements.txt
  3. Run the program
    dune build
    dune exec bin/main.exe