make info about new GMP version clear and a possibility which needs more testing

This commit is contained in:
amiga4000
2008-02-26 20:56:21 +00:00
parent a305b5321a
commit b43c8929ab

View File

@ -16,8 +16,9 @@ included in your OS / distribution or installed already, it can be received from
<a href="http://www.swox.com/gmp/">http://www.swox.com/gmp/</a>. Even if you <a href="http://www.swox.com/gmp/">http://www.swox.com/gmp/</a>. Even if you
have already installed it as binary, it might still be worth a try to compile 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 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 your processor. From I2P source of 0.6.1.31-6 on latest GMP 4.2.2 is also
buildscript</p> 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.</p>
<h2>Step-by-step instructions</h2> <h2>Step-by-step instructions</h2>
<ol> <ol>
@ -25,7 +26,7 @@ buildscript</p>
to see what the values for <code>crypto.elGamal.decrypt</code> and to see what the values for <code>crypto.elGamal.decrypt</code> and
<code>crypto.elGamal.encrypt</code> are. Copy this somewhere so you can compare <code>crypto.elGamal.encrypt</code> are. Copy this somewhere so you can compare
it later on.</li> it later on.</li>
<li>Get the latest sourcecode</li> <li>Get the latest sourcecode of I2P out of the monotone database mtn.i2p2.de</li>
<li>Inside the source tree change directory to: <code>core/c</code></li> <li>Inside the source tree change directory to: <code>core/c</code></li>
<li>Take a look at <code>build.sh</code>, if your <code>JAVA_HOME</code> <li>Take a look at <code>build.sh</code>, if your <code>JAVA_HOME</code>
environment variable is set and you are using Linux then it might just work. environment variable is set and you are using Linux then it might just work.