Last change
on this file since 873b0b0 was
2df64cd,
checked in by zzz <zzz@…>, 4 years ago
|
Copy README.txt contents to README.md
so the github page is restored.
|
-
Property mode set to
100644
|
File size:
1.3 KB
|
Line | |
---|
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. |
---|
9 | |
---|
10 | To build: |
---|
11 | On x86 systems do: |
---|
12 | ant pkg |
---|
13 | |
---|
14 | On non-x86, use one of the following instead: |
---|
15 | ant installer-linux |
---|
16 | ant installer-freebsd |
---|
17 | ant installer-osx |
---|
18 | |
---|
19 | Run 'ant' with no arguments to see other build options. |
---|
20 | See INSTALL.txt or https://geti2p.net/download for installation instructions. |
---|
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
TracBrowser
for help on using the repository browser.