propagate from branch 'i2p.i2p' (head 707603fcdd707b7521d213a82287d64520e18d37)

to branch 'i2p.i2p.str4d.test2' (head d44865c44b6a31ff2e3d5bf9a5e98a6f28d80e5b)
This commit is contained in:
str4d
2017-10-31 04:29:54 +00:00
24 changed files with 781 additions and 0 deletions

View File

@@ -8,6 +8,17 @@ Prerequisites to build from source:
Build environment must use a UTF-8 locale.
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