This is a very small example of using IteRace a library. It can be used as a starting point for a project.
- Follow the steps for installing IteRace
- Go into IteRace's directory and
sbt publishLocal
- Clone this project
clone https://github.com/cos/IteRace-example-client.git
(someplace else, not in IteRace's directory) - Rename whatever is needed in
build.sbt
to match your project sbt compile
sbt test
sbt eclipse
to generate the required files for importing the project into Eclipse