Gradle wrapper and instructions

This commit is contained in:
str4d
2014-06-24 23:41:55 +00:00
parent d97c9876e8
commit bab02a62e9
4 changed files with 270 additions and 0 deletions

View File

@@ -6,6 +6,17 @@ Prerequisites to build from source:
from the GNU gettext package http://www.gnu.org/software/gettext/
To build:
Full builds are not yet possible, but the command is:
./gradlew assemble
gradlew will download dependencies over the clearnet by default, including
Gradle itself. To download over Tor, create a gradle.properties file
containing:
systemProp.socksProxyHost=localhost
systemProp.socksProxyPort=9150
Old build system:
(This will be deprecated once the Gradle build system is fully functional)
On x86 systems do:
ant pkg