Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 632 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 632 Bytes

Prerequisites

You will need Java installed. The app will download any additional dependencies.

Compiling the code:

From the shell

./sbt compile

Manually installing dependencies

The project depends on Scala and its build tool, sbt. If the sbt script fails to install Scala and SBT, you can manually install them.

On OS X, assuming you have homebrew installed, the easiest way to install these is via:

brew install scala sbt

Alternatively, you can download native OS packages from the links above.