Skip to content
Alistair Rutherford edited this page Nov 27, 2016 · 12 revisions

Pre-requisites

Maven

You will need to install maven to publish the third party jars to the local repo. There must be a way to get gradle to do this but I haven't figured it out yet.

Java

You will need at least Java 6

Third Party jars

The "tween engine" and "fixture atlas" will have to be installed into your local repository.

I have bundled the relevant jars under the lib folder. To install run the install-libs.bat (windows) or install-libs.sh shell script (osx/linux).

NOTE For the windows platform you will have to edit the settings.bat file to set the appropriate path to your maven installation. For the shell script you edit the MAVEN_HOME

Build

To build the main library it's a straightforward maven build.

gradlew build

You will then need to publish to your local repo. You can use the publish.bat (windows) or publish.sh (osx/linux) scripts.

NOTE:On OSX or Linux you may have to make the gradlew command executable.

chmod +x gradlew

Clone this wiki locally