forked from I2P_Developers/i2p.www
fixed SHA1 values (previously were SHA0, the openssl default (while the sha command on fbsd defaults to sha1). compared with offline build box values. unmodified). thanks Pseudo_Nymous
This commit is contained in:
@@ -2,16 +2,16 @@
|
|||||||
<ul>
|
<ul>
|
||||||
<li>GUI installer (requires Swing):<br />
|
<li>GUI installer (requires Swing):<br />
|
||||||
<a href="http://dev.i2p.net/i2p/install.jar">install.jar</a>
|
<a href="http://dev.i2p.net/i2p/install.jar">install.jar</a>
|
||||||
(SHA1 a85ad25d4fa5ce4c914fb287bde0605e97a3c1a6)<br />
|
(SHA1 d25a14b12282b4b99e5c5072ae43fea23d2e175e)<br />
|
||||||
Right-click "save as", then either double click on it or run
|
Right-click "save as", then either double click on it or run
|
||||||
<code>java -jar install.jar</code></li>
|
<code>java -jar install.jar</code></li>
|
||||||
<li>Headless install:<br />
|
<li>Headless install:<br />
|
||||||
<a href="http://dev.i2p.net/i2p/i2p.tar.bz2">i2p.tar.bz2</a>
|
<a href="http://dev.i2p.net/i2p/i2p.tar.bz2">i2p.tar.bz2</a>
|
||||||
(SHA1 75b97e12dde6f0d4061944b1ee34d06975d936d7)<br />
|
(SHA1 931ddd205e5bb0de1a31887d2cec3a4952a6178e)<br />
|
||||||
Run <code>(tar xjvf i2p.tar.bz2 ; cd i2p ; vi install-headless.txt)</code></li>
|
Run <code>(tar xjvf i2p.tar.bz2 ; cd i2p ; vi install-headless.txt)</code></li>
|
||||||
<li>Source install:<br />
|
<li>Source install:<br />
|
||||||
<a href="http://dev.i2p.net/i2p/i2p_0_4_0_1.tar.bz2">i2p_0_4_0_1.tar.bz2</a>
|
<a href="http://dev.i2p.net/i2p/i2p_0_4_0_1.tar.bz2">i2p_0_4_0_1.tar.bz2</a>
|
||||||
(SHA1 58c822e45662c94dc3cfff1d91fb84e1cb457233)<br />
|
(SHA1 9909bd14b2c95fb06e7e80b7ac907bc7d8869582)<br />
|
||||||
Alternately, you can fetch the source from <a href="cvs">cvs</a> (CVS HEAD
|
Alternately, you can fetch the source from <a href="cvs">cvs</a> (CVS HEAD
|
||||||
gets you the most recent updates, while the tag <code>i2p_0_4_0_1</code> gets you
|
gets you the most recent updates, while the tag <code>i2p_0_4_0_1</code> gets you
|
||||||
the release)<br/>
|
the release)<br/>
|
||||||
@@ -34,7 +34,7 @@
|
|||||||
<li>Go to <a href="http://127.0.0.1:7657/configservice.jsp">http://127.0.0.1:7657/configservice.jsp</a> and
|
<li>Go to <a href="http://127.0.0.1:7657/configservice.jsp">http://127.0.0.1:7657/configservice.jsp</a> and
|
||||||
select "Shutdown gracefully"</li>
|
select "Shutdown gracefully"</li>
|
||||||
<li>Download <a href="http://dev.i2p.net/i2p/i2pupdate.zip">http://dev.i2p.net/i2p/i2pupdate.zip</a>
|
<li>Download <a href="http://dev.i2p.net/i2p/i2pupdate.zip">http://dev.i2p.net/i2p/i2pupdate.zip</a>
|
||||||
(SHA1 1376d3410c49006ce55f51ebe4d496b55ec90762) to
|
(SHA1 d13143394b44db6efba1273628e2d8240863394d) to
|
||||||
your I2P installation directory and extract it there (it will overwrite files such as <code>lib/i2p.jar</code> and
|
your I2P installation directory and extract it there (it will overwrite files such as <code>lib/i2p.jar</code> and
|
||||||
<code>i2prouter.bat</code>).<br />
|
<code>i2prouter.bat</code>).<br />
|
||||||
<i>If you have modified your <code>wrapper.conf</code>, please merge that with the new
|
<i>If you have modified your <code>wrapper.conf</code>, please merge that with the new
|
||||||
|
Reference in New Issue
Block a user