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

Skip to content
Snippets Groups Projects
README.txt 1.66 KiB
Newer Older
  • Learn to ignore specific revisions
  • zzz's avatar
    zzz committed
    Prerequisites to build from source:
    
    	Java SDK (preferably Oracle or OpenJDK) 8 or higher
    
              Non-linux operating systems and JVMs: See https://trac.i2p2.de/wiki/java
    
              Certain subsystems for embedded (core, router, mstreaming, streaming, i2ptunnel) require only Java 6
    	Apache Ant 1.9.8 or higher
    
    	The xgettext, msgfmt, and msgmerge tools installed
    
    zzz's avatar
    zzz committed
    	  from the GNU gettext package http://www.gnu.org/software/gettext/
    
    zzz's avatar
    zzz committed
    	Build environment must use a UTF-8 locale.
    
    zzz's avatar
    zzz committed
    
    To build:
    
    	On x86 systems do:
    		ant pkg
    
    	On non-x86, use one of the following instead:
    		ant installer-linux
    		ant installer-freebsd
    		ant installer-osx
    
    
    zzz's avatar
    zzz committed
    	Run 'ant' with no arguments to see other build options.
    
    zzz's avatar
    zzz committed
    	See INSTALL.txt or https://geti2p.net/download for installation instructions.
    
    str4d's avatar
    str4d committed
    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
    
    
    zzz's avatar
    zzz committed
    Documentation:
    
    zzz's avatar
    zzz committed
    	https://geti2p.net/how
    
    zzz's avatar
    zzz committed
    	API: http://docs.i2p-projekt.de/javadoc/
    	     or run 'ant javadoc' then start at build/javadoc/index.html
    
    zzz's avatar
    zzz committed
    
    Latest release:
    
    zzz's avatar
    zzz committed
    	https://geti2p.net/download
    
    zzz's avatar
    zzz committed
    
    To get development branch from source control:
    
    zzz's avatar
    zzz committed
    	https://geti2p.net/newdevelopers
    
    zzz's avatar
    zzz committed
    
    FAQ:
    
    zzz's avatar
    zzz committed
    	https://geti2p.net/faq
    
    zzz's avatar
    zzz committed
    
    Need help?
    	IRC irc.freenode.net #i2p
    
    
    zzz's avatar
    zzz committed
    Bug reports:
    
    zzz's avatar
    zzz committed
    	https://i2pgit.org/i2p-hackers/i2p.i2p/-/issues
    	http://git.idk.i2p/i2p-hackers/i2p.i2p/-/issues
    
    zzz's avatar
    zzz committed
    
    Contact information, security issues, press inquiries:
    	https://geti2p.net/en/contact
    
    Twitter:
    	@i2p, @geti2p
    
    
    zzz's avatar
    zzz committed
    Licenses:
    
    zzz's avatar
    zzz committed
    	See LICENSE.txt