{% extends "global/layout.html" %} {% block title %}{{ _('Download') }}{% endblock %} {% set i2pinstall_windows_hash = '3f59e4604531c07b39c6564712b45660a836f0ed7fc52c2a2602320e2da0d591' %} {% set i2pinstall_jar_hash = 'ee5297b2746e324c9ca33b19513ff09b50724ae3b9f588e4ccc31fc389ce50aa' %} {% set i2psource_hash = '91ac91f7a3e202d248f5294f4951f6b7d8b9bde32991adf7a813ae1bb9188898' %} {% set i2pupdate_hash = '33d969e859c772ba7def142ab0ebbe0c2e8ec52a832bbe31141eaad0eaf556d3' %} {% set i2p_android_hash = 'b14e3cc5ea12eb2e8bccb81dd2e86eeea3baba6695eb1a9f4d9053e76aeb131d' %} {% block content %}
{% trans java='http://java.com/download/',
openjdk='http://openjdk.java.net/install/',
icedtea='http://icedtea.classpath.org/wiki/Main_Page',
arm8='http://www.oracle.com/technetwork/java/javase/downloads/jdk8-arm-downloads-2187472.html',
ibmsdk7='http://www.ibm.com/developerworks/java/jdk/linux/download.html',
detectjre='http://java.com/en/download/installed.jsp?detect=jre&try=1' %}
Java Runtime 1.6 or higher.
(Oracle,
OpenJDK, or
IcedTea
Java Version 7 or 8 recommended,
except Raspberry Pi: JDK 8 for ARM,
PowerPC: IBM SDK 7)
Determine your installed Java version here
or type java -version at your command prompt.
{% endtrans %}
{{ i2pinstall_windows_hash }}
{% trans -%} Download that file and run it. {%- endtrans %}
{{ i2pinstall_jar_hash }}
{% trans i2pversion=ver() -%}
Download that file and double-click it (if that works) or
type java -jar i2pinstall_{{ i2pversion }}.jar
in a terminal to run the
installer.
You may be able to right-click and select
"Open with Java".
{%- endtrans %}
java -jar i2pinstall_{{ i2pversion }}.jar -console
from the command line.
{%- endtrans %}
{{ i2pinstall_jar_hash }}
{% trans i2pversion=ver() -%}
Download that file and double-click it (if that works) or
type java -jar i2pinstall_{{ i2pversion }}.jar
in a terminal to run the
installer.
On some platforms you may be able to right-click and select
"Open with Java".
{%- endtrans %}
java -jar i2pinstall_{{ i2pversion }}.jar -console
from the command line.
{%- endtrans %}
{{ i2p_android_hash }}
{{ i2psource_hash }}
{% trans monotoneurl=site_url('get-involved/guides/new-developers'),
gitrepo='http://'+i2pconv('git.repo.i2p')+'/w/i2p.i2p.git',
github='https://github.com/i2p/i2p.i2p',
i2pversion=ver() -%}
Alternately, you can fetch the source from monotone
or via Git from git.repo.i2p or Github.
Run (tar xjvf i2psource_{{ i2pversion }}.tar.bz2 ; cd i2p-{{ i2pversion }} ; ant pkg)
then either
run the GUI installer or headless install as above.
{%- endtrans %}
{% trans monotoneurl=site_url('get-involved/guides/new-developers'), github='https://github.com/i2p/i2p.android.base' -%} Android source is in monotone and on Github. Android builds require the I2P source. See the documentation in the Android source for additional build requirements and instructions. {%- endtrans %}
{% trans -%} Both automatic and manual upgrades are available for the release. {%- endtrans %}
{% trans -%} If you are running 0.7.5 or later, your router should detect the new release. To upgrade simply click the 'Download Update' button on your router console when it appears. {%- endtrans %}
{% trans -%} Due to a bug in release 0.7.6, those whose first I2P installation was that version and have not upgraded manually may get a "downloaded version is not greater than current version" error, and should use the manual update method below. {%- endtrans %}
{% trans blogpost=get_url('blog_post', slug='2009/06/29/0.7.5-Release') -%} If you are running 0.7.4 or earlier, please see the 0.7.5 release notes for important information about how to configure your router to automatically receive the release. {%- endtrans %}
{% trans instructions=site_url('misc/upgrade-0.6.1.30') -%} If you are running 0.6.1.30 or earlier, please see instructions for important information about how to configure your router to automatically receive the release. {%- endtrans %}
{{ i2pupdate_hash }}