The project is built with SBT.
- Install SBT (see http://www.scala-sbt.org/download.html)
- Switch to the project folder and run
sbt
from commandline. This opens the SBT console. - Run
compile
to compile the project. - Run
test
to run the unit tests.
IntelliJ IDEA with the Scala plugin can import this SBT project.