Files
i2p.i2p/README.txt

40 lines
974 B
Plaintext
Raw Normal View History

2009-01-29 02:13:00 +00:00
Prerequisites to build from source:
2011-05-22 14:31:56 +00:00
Java SDK (preferably Oracle/Sun or OpenJDK) 1.6.0 or higher
Non-linux operating systems and JVMs: See https://trac.i2p2.de/wiki/java
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/
2009-01-29 02:13:00 +00:00
To build:
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.
2009-12-19 16:35:15 +00:00
See INSTALL.txt or http://www.i2p2.de/download.html for installation instructions.
2009-01-29 02:13:00 +00:00
Documentation:
2011-05-22 14:31:56 +00:00
http://www.i2p2.de/how
2009-01-29 02:13:00 +00:00
API: run 'ant javadoc' then start at build/javadoc/index.html
Latest release:
http://www.i2p2.de/download
2009-01-29 02:13:00 +00:00
To get development branch from source control:
http://www.i2p2.de/newdevelopers
2009-01-29 02:13:00 +00:00
FAQ:
http://www.i2p2.de/faq
2009-01-29 02:13:00 +00:00
Need help?
IRC irc.freenode.net #i2p
2012-12-16 03:23:16 +00:00
http://forum.i2p/
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