I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 89f2a764 authored by str4d's avatar str4d
Browse files

Update README

parent 3acb7a5c
No related branches found
No related tags found
No related merge requests found
...@@ -32,7 +32,7 @@ To get development branch from source control: https://geti2p.net/newdevelopers ...@@ -32,7 +32,7 @@ To get development branch from source control: https://geti2p.net/newdevelopers
http://www.gnu.org/software/gettext/ http://www.gnu.org/software/gettext/
- Build environment must use a UTF-8 locale. - Build environment must use a UTF-8 locale.
### Build process ### Ant build process
On x86 systems do: On x86 systems do:
...@@ -46,6 +46,20 @@ On non-x86, use one of the following instead: ...@@ -46,6 +46,20 @@ On non-x86, use one of the following instead:
Run 'ant' with no arguments to see other build options. 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 ## Contact info
Need help? See the IRC channel #i2p on irc.freenode.net Need help? See the IRC channel #i2p on irc.freenode.net
......
...@@ -8,17 +8,6 @@ Prerequisites to build from source: ...@@ -8,17 +8,6 @@ Prerequisites to build from source:
Build environment must use a UTF-8 locale. Build environment must use a UTF-8 locale.
To build: 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: On x86 systems do:
ant pkg ant pkg
...@@ -30,6 +19,16 @@ Old build system: ...@@ -30,6 +19,16 @@ Old build system:
Run 'ant' with no arguments to see other build options. Run 'ant' with no arguments to see other build options.
See INSTALL.txt or https://geti2p.net/download for installation instructions. 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: Documentation:
https://geti2p.net/how https://geti2p.net/how
API: http://docs.i2p-projekt.de/javadoc/ API: http://docs.i2p-projekt.de/javadoc/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment