To build equal5 you will need gradle build system and JDK. Follow this instructions:
- Download JDK(version 1.6 is OK) at http://www.oracle.com/technetwork/java/javase/downloads/index.html
- Unpack/install
- Put JAVA_HOME and modify PATH system variables
- Download last Gradle(now I use 1.5) http://www.gradle.org/downloads
- Unpack
- Put GRADLE_HOME and modify your PATH system variables (or you'll need to run with absolute path)
- Run "gradle clean build"
Thank you!