forked from I2P_Developers/i2p.i2p
propagate from branch 'i2p.i2p' (head 707603fcdd707b7521d213a82287d64520e18d37)
to branch 'i2p.i2p.str4d.test2' (head d44865c44b6a31ff2e3d5bf9a5e98a6f28d80e5b)
This commit is contained in:
11
README.txt
11
README.txt
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user