forked from I2P_Developers/i2p.i2p
Gradle wrapper and instructions
This commit is contained in:
11
README.txt
11
README.txt
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user