From 25bf6e59bc372cd8abdadcbf61599b910cd0933f Mon Sep 17 00:00:00 2001 From: zzz <zzz@mail.i2p> Date: Tue, 14 Oct 2008 14:26:40 +0000 Subject: [PATCH] Update install.txt files for 1.5 --- install-headless.txt | 9 ++++----- install.txt | 12 +++++------- 2 files changed, 9 insertions(+), 12 deletions(-) diff --git a/install-headless.txt b/install-headless.txt index eb543ecc1..6def73d54 100644 --- a/install-headless.txt +++ b/install-headless.txt @@ -23,8 +23,7 @@ To uninstall I2P: rm -rf $i2pInstallDir Supported JVMs: - Windows: Latest available from http://java.sun.com/ (1.3+ supported) - Linux: Latest available from http://java.sun.com/ (1.3+ supported) - FreeBSD: /usr/ports/java/linux-sun-jdk1.4 - various: http://www.kaffe.org/ using CVS HEAD as of Sept 1, 2004 - (or any subsequent releases) + 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) diff --git a/install.txt b/install.txt index 59f8e24a1..22f631bfe 100644 --- a/install.txt +++ b/install.txt @@ -1,10 +1,9 @@ -$Id$ I2P source installation instructions To build and install I2P from source, you must first build and package up the appropriate installer by running: - ant dist + ant pkg This will produce a few key files: * 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) Supported JVMs: - Windows: Latest available from http://java.sun.com/ (1.3+ supported) - Linux: Latest available from http://java.sun.com/ (1.3+ supported) - FreeBSD: /usr/ports/java/linux-sun-jdk1.4 - various: http://www.kaffe.org/ using CVS HEAD as of Sept 1, 2004 - (or any subsequent releases) + 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) -- GitLab