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

Skip to content
Snippets Groups Projects
Commit 55682810 authored by zzz's avatar zzz
Browse files

doc updates

parent ec893d09
No related branches found
No related tags found
No related merge requests found
I2P source installation instructions I2P source installation instructions
Prerequisites to build from source:
Java SDK (preferably Sun) 1.5.0 or higher (1.6 recommended)
Apache Ant 1.7.0 or higher
Optional, For multilanguage support: The xgettext, msgfmt, and msgmerge tools installed
from the GNU gettext package http://www.gnu.org/software/gettext/
To build and install I2P from source, you must first build To build and install I2P from source, you must first build
and package up the appropriate installer by running: and package up the appropriate installer by running:
ant pkg ant pkg
This will produce a few key files: This will produce a few key files:
* install.jar: the GUI and console installer * install.jar: the GUI and console installer
* i2pinstall.exe: the GUI and console installer wrapped for cross-platform execution * i2pinstall.exe: the GUI and console installer wrapped for cross-platform execution
...@@ -18,9 +25,6 @@ Or run the GUI installer: ...@@ -18,9 +25,6 @@ Or run the GUI installer:
Or move the update file into an existing installation directory and restart. Or move the update file into an existing installation directory and restart.
You will need to have ant installed from http://ant.apache.org/
(1.7.0 or newer)
Supported JVMs: Supported JVMs:
Windows: Latest available from http://java.sun.com/ (1.5+ supported) Windows: Latest available from http://java.sun.com/ (1.5+ supported)
Linux: Latest available from http://java.sun.com/ (1.5+ supported) Linux: Latest available from http://java.sun.com/ (1.5+ supported)
......
Prerequisites to build from source: Prerequisites to build from source:
Java SDK (preferably Sun) 1.5.0 or higher (1.6 recommended) Java SDK (preferably Sun) 1.5.0 or higher (1.6 recommended)
Apache Ant 1.7.0 or higher Apache Ant 1.7.0 or higher
Optional, For multilanguage support: The xgettext, msgfmt, and msgmerge tools installed
from the GNU gettext package http://www.gnu.org/software/gettext/
To build: To build:
ant pkg ant pkg
Run 'ant' with no arguments to see other build options. Run 'ant' with no arguments to see other build options.
See http://www.i2p2.de/download.html for installation instructions. See INSTALL.txt or http://www.i2p2.de/download.html for installation instructions.
Documentation: Documentation:
http://www.i2p2.de/ http://www.i2p2.de/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment