From b43c8929ab1d103636f5cee80ce5fee77bb670c6 Mon Sep 17 00:00:00 2001 From: amiga4000 Date: Tue, 26 Feb 2008 20:56:21 +0000 Subject: [PATCH] make info about new GMP version clear and a possibility which needs more testing --- www.i2p2/pages/jbigi.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/www.i2p2/pages/jbigi.html b/www.i2p2/pages/jbigi.html index e12e308d..7c308b09 100644 --- a/www.i2p2/pages/jbigi.html +++ b/www.i2p2/pages/jbigi.html @@ -16,8 +16,9 @@ included in your OS / distribution or installed already, it can be received from http://www.swox.com/gmp/. Even if you have already installed it as binary, it might still be worth a try to compile GMP yourself, since then it will be able to use the specific instructions of -your processor. For I2P source of 0.6.1.31-6 latest GMP 4.2.2 is needed by -buildscript

+your processor. From I2P source of 0.6.1.31-6 on latest GMP 4.2.2 is also +possible to be used instead of GMP 4.1.4. But latest GMP 4.2.2 needs more +testing before setting the default requirement for building jbigi.jar.

Step-by-step instructions

    @@ -25,7 +26,7 @@ buildscript

    to see what the values for crypto.elGamal.decrypt and crypto.elGamal.encrypt are. Copy this somewhere so you can compare it later on. -
  1. Get the latest sourcecode
  2. +
  3. Get the latest sourcecode of I2P out of the monotone database mtn.i2p2.de
  4. Inside the source tree change directory to: core/c
  5. Take a look at build.sh, if your JAVA_HOME environment variable is set and you are using Linux then it might just work.