Changeset 2df64cd
- Timestamp:
- Jan 9, 2017 1:54:49 PM (4 years ago)
- Branches:
- master
- Children:
- 7cae467
- Parents:
- 5dd6f2d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
README.md
r5dd6f2d r2df64cd 1 Just to trigger automatic builds of docker image. 1 Prerequisites to build from source: 2 Java SDK (preferably Oracle/Sun or OpenJDK) 1.7.0 or higher 3 Non-linux operating systems and JVMs: See https://trac.i2p2.de/wiki/java 4 Certain subsystems for embedded (core, router, mstreaming, streaming, i2ptunnel) require only Java 1.6 5 Apache Ant 1.7.0 or higher 6 The xgettext, msgfmt, and msgmerge tools installed 7 from the GNU gettext package http://www.gnu.org/software/gettext/ 8 Build environment must use a UTF-8 locale. 2 9 3 Sorry for the mess in the root directory. 10 To build: 11 On x86 systems do: 12 ant pkg 4 13 5 TODO: Change content :) 14 On non-x86, use one of the following instead: 15 ant installer-linux 16 ant installer-freebsd 17 ant installer-osx 6 18 7 (hub.docker.io requires a Dockerfile + README.md in root, to build from a repo) 19 Run 'ant' with no arguments to see other build options. 20 See INSTALL.txt or https://geti2p.net/download for installation instructions. 8 21 22 Documentation: 23 https://geti2p.net/how 24 API: http://docs.i2p-projekt.de/javadoc/ 25 or run 'ant javadoc' then start at build/javadoc/index.html 26 27 Latest release: 28 https://geti2p.net/download 29 30 To get development branch from source control: 31 https://geti2p.net/newdevelopers 32 33 FAQ: 34 https://geti2p.net/faq 35 36 Need help? 37 IRC irc.freenode.net #i2p 38 http://forum.i2p/ 39 40 Bug reports: 41 https://trac.i2p2.de/report/1 42 43 Contact information, security issues, press inquiries: 44 https://geti2p.net/en/contact 45 46 Twitter: 47 @i2p, @geti2p 48 49 Licenses: 50 See LICENSE.txt 51
Note: See TracChangeset
for help on using the changeset viewer.