-
Notifications
You must be signed in to change notification settings - Fork 17
Build Instructions
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.
You will need at least Java 6
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
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