2004-12-10 00:34:53 +00:00
|
|
|
I2P source installation instructions
|
|
|
|
|
|
|
|
To build and install I2P from source, you must first build
|
|
|
|
and package up the appropriate installer by running:
|
|
|
|
|
2008-10-14 14:26:40 +00:00
|
|
|
ant pkg
|
2004-12-10 00:34:53 +00:00
|
|
|
|
|
|
|
This will produce a few key files:
|
2009-06-11 13:31:27 +00:00
|
|
|
* install.jar: the GUI and console installer
|
|
|
|
* i2pinstall.exe: the GUI and console installer wrapped for cross-platform execution
|
|
|
|
* i2pupdate.zip: the update package
|
2004-12-10 00:34:53 +00:00
|
|
|
|
2009-06-11 13:31:27 +00:00
|
|
|
From there, you can run the headless (console mode) installer:
|
|
|
|
java -jar i2pinstall.exe -console
|
|
|
|
|
|
|
|
Or run the GUI installer:
|
|
|
|
java -jar i2pinstall.exe
|
|
|
|
|
|
|
|
Or move the update file into an existing installation directory and restart.
|
2004-12-10 00:34:53 +00:00
|
|
|
|
|
|
|
You will need to have ant installed from http://ant.apache.org/
|
2009-06-11 13:31:27 +00:00
|
|
|
(1.7.0 or newer)
|
2004-12-10 00:34:53 +00:00
|
|
|
|
|
|
|
Supported JVMs:
|
2008-10-14 14:26:40 +00:00
|
|
|
Windows: Latest available from http://java.sun.com/ (1.5+ supported)
|
|
|
|
Linux: Latest available from http://java.sun.com/ (1.5+ supported)
|
|
|
|
FreeBSD: Sun 1.5-compatible (NIO required)
|
|
|
|
various: http://www.kaffe.org/ Sun 1.5-compatible (NIO required)
|