Last change
on this file since a2ba9bb was
a2ba9bb,
checked in by zzz <zzz@…>, 7 years ago
|
- Checklist updates
- Console:
- Don't reset graph settings when clicking restart or shutdown on graphs page
- Don't recommend guest login on trac, it's disabled
- Catch and remove corrupt jrb file (ticket #1186)
- Always set default language on /configui
- Readme: Update links
- Transports: Reduce target connection count again to reduce
tunnel reject rate further
|
-
Property mode set to
100644
|
File size:
969 bytes
|
Line | |
---|
1 | Prerequisites to build from source: |
---|
2 | Java SDK (preferably Oracle/Sun or OpenJDK) 1.6.0 or higher |
---|
3 | Non-linux operating systems and JVMs: See https://trac.i2p2.de/wiki/java |
---|
4 | Apache Ant 1.7.0 or higher |
---|
5 | The xgettext, msgfmt, and msgmerge tools installed |
---|
6 | from the GNU gettext package http://www.gnu.org/software/gettext/ |
---|
7 | |
---|
8 | To build: |
---|
9 | On x86 systems do: |
---|
10 | ant pkg |
---|
11 | |
---|
12 | On non-x86, use one of the following instead: |
---|
13 | ant installer-linux |
---|
14 | ant installer-freebsd |
---|
15 | ant installer-osx |
---|
16 | |
---|
17 | Run 'ant' with no arguments to see other build options. |
---|
18 | See INSTALL.txt or https://geti2p.net/download for installation instructions. |
---|
19 | |
---|
20 | Documentation: |
---|
21 | https://geti2p.net/how |
---|
22 | API: run 'ant javadoc' then start at build/javadoc/index.html |
---|
23 | |
---|
24 | Latest release: |
---|
25 | https://geti2p.net/download |
---|
26 | |
---|
27 | To get development branch from source control: |
---|
28 | https://geti2p.net/newdevelopers |
---|
29 | |
---|
30 | FAQ: |
---|
31 | https://geti2p.net/faq |
---|
32 | |
---|
33 | Need help? |
---|
34 | IRC irc.freenode.net #i2p |
---|
35 | http://forum.i2p/ |
---|
36 | |
---|
37 | Licenses: |
---|
38 | See LICENSE.txt |
---|
39 | |
---|
Note: See
TracBrowser
for help on using the repository browser.