Files
i2p.i2p/README.txt

62 lines
1.7 KiB
Plaintext
Raw Normal View History

2009-01-29 02:13:00 +00:00
Prerequisites to build from source:
2015-11-19 17:11:26 +00:00
Java SDK (preferably Oracle/Sun or OpenJDK) 1.7.0 or higher
Non-linux operating systems and JVMs: See https://trac.i2p2.de/wiki/java
2015-11-19 17:11:26 +00:00
Certain subsystems for embedded (core, router, mstreaming, streaming, i2ptunnel) require only Java 1.6
2009-01-29 02:13:00 +00:00
Apache Ant 1.7.0 or higher
2012-02-04 13:33:03 +00:00
The xgettext, msgfmt, and msgmerge tools installed
2011-05-22 14:31:56 +00:00
from the GNU gettext package http://www.gnu.org/software/gettext/
2016-01-16 17:37:39 +00:00
Build environment must use a UTF-8 locale.
2009-01-29 02:13:00 +00:00
To build:
2014-06-24 23:41:55 +00:00
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)
2012-02-04 13:33:03 +00:00
On x86 systems do:
ant pkg
On non-x86, use one of the following instead:
ant installer-linux
ant installer-freebsd
ant installer-osx
2009-01-29 02:13:00 +00:00
Run 'ant' with no arguments to see other build options.
See INSTALL.txt or https://geti2p.net/download for installation instructions.
2009-01-29 02:13:00 +00:00
Documentation:
https://geti2p.net/how
2015-11-06 14:16:25 +00:00
API: http://docs.i2p-projekt.de/javadoc/
or run 'ant javadoc' then start at build/javadoc/index.html
2009-01-29 02:13:00 +00:00
Latest release:
https://geti2p.net/download
2009-01-29 02:13:00 +00:00
To get development branch from source control:
https://geti2p.net/newdevelopers
2009-01-29 02:13:00 +00:00
FAQ:
https://geti2p.net/faq
2009-01-29 02:13:00 +00:00
Need help?
IRC irc.freenode.net #i2p
2015-11-06 14:16:25 +00:00
Bug reports:
https://trac.i2p2.de/report/1
Contact information, security issues, press inquiries:
https://geti2p.net/en/contact
Twitter:
@i2p, @geti2p
2009-01-29 02:13:00 +00:00
Licenses:
2009-03-02 16:01:15 +00:00
See LICENSE.txt
2009-01-29 02:13:00 +00:00