Update install.txt files for 1.5

This commit is contained in:
zzz
2008-10-14 14:26:40 +00:00
parent c4030f8dab
commit 25bf6e59bc
2 changed files with 9 additions and 12 deletions

View File

@ -23,8 +23,7 @@ To uninstall I2P:
rm -rf $i2pInstallDir rm -rf $i2pInstallDir
Supported JVMs: Supported JVMs:
Windows: Latest available from http://java.sun.com/ (1.3+ supported) Windows: Latest available from http://java.sun.com/ (1.5+ supported)
Linux: Latest available from http://java.sun.com/ (1.3+ supported) Linux: Latest available from http://java.sun.com/ (1.5+ supported)
FreeBSD: /usr/ports/java/linux-sun-jdk1.4 FreeBSD: Sun 1.5-compatible (NIO required)
various: http://www.kaffe.org/ using CVS HEAD as of Sept 1, 2004 various: http://www.kaffe.org/ Sun 1.5-compatible (NIO required)
(or any subsequent releases)

View File

@ -1,10 +1,9 @@
$Id$
I2P source installation instructions I2P source installation instructions
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 dist ant pkg
This will produce a few key files: This will produce a few key files:
* i2p.tar.bz2: the headless installation * i2p.tar.bz2: the headless installation
@ -19,8 +18,7 @@ You will need to have ant installed from http://ant.apache.org/
(1.5 or newer) (1.5 or newer)
Supported JVMs: Supported JVMs:
Windows: Latest available from http://java.sun.com/ (1.3+ supported) Windows: Latest available from http://java.sun.com/ (1.5+ supported)
Linux: Latest available from http://java.sun.com/ (1.3+ supported) Linux: Latest available from http://java.sun.com/ (1.5+ supported)
FreeBSD: /usr/ports/java/linux-sun-jdk1.4 FreeBSD: Sun 1.5-compatible (NIO required)
various: http://www.kaffe.org/ using CVS HEAD as of Sept 1, 2004 various: http://www.kaffe.org/ Sun 1.5-compatible (NIO required)
(or any subsequent releases)