You must have Java 8 (or higher) and Ant installed on your machine to use this project.
You can check your java version with java --version
.
You can check if you already have Ant installed with the command: ant -version
.
Otherwise, you can get it with those steps:
- Download an Ant 1.10.6 binary here
- Extract it and add ant/bin to your path
ant clean build
ant test
ant run