forked from I2P_Developers/i2p.i2p
Update README
This commit is contained in:
16
README.md
16
README.md
@ -32,7 +32,7 @@ To get development branch from source control: https://geti2p.net/newdevelopers
|
||||
http://www.gnu.org/software/gettext/
|
||||
- Build environment must use a UTF-8 locale.
|
||||
|
||||
### Build process
|
||||
### Ant build process
|
||||
|
||||
On x86 systems do:
|
||||
|
||||
@ -46,6 +46,20 @@ On non-x86, use one of the following instead:
|
||||
|
||||
Run 'ant' with no arguments to see other build options.
|
||||
|
||||
### Gradle build process
|
||||
|
||||
Full builds of installers or updates are not yet possible, but the code can be
|
||||
compiled with:
|
||||
|
||||
./gradlew assemble
|
||||
|
||||
This will download dependencies over the clearnet by default, including Gradle
|
||||
itself. To download through a SOCKS proxy (e.g. Tor), add the following lines to
|
||||
your `~/.gradle/gradle.properties`:
|
||||
|
||||
systemProp.socksProxyHost=localhost
|
||||
systemProp.socksProxyPort=9150
|
||||
|
||||
## Contact info
|
||||
|
||||
Need help? See the IRC channel #i2p on irc.freenode.net
|
||||
|
21
README.txt
21
README.txt
@ -8,17 +8,6 @@ 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
|
||||
|
||||
@ -30,6 +19,16 @@ Old build system:
|
||||
Run 'ant' with no arguments to see other build options.
|
||||
See INSTALL.txt or https://geti2p.net/download for installation instructions.
|
||||
|
||||
Gradle build system:
|
||||
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
|
||||
|
||||
Documentation:
|
||||
https://geti2p.net/how
|
||||
API: http://docs.i2p-projekt.de/javadoc/
|
||||
|
Reference in New Issue
Block a user