From 3b288edba1a0a305a322339b4ea4505d3c5b0215 Mon Sep 17 00:00:00 2001 From: zzz Date: Thu, 3 Jul 2014 14:12:54 +0000 Subject: [PATCH] add links to android source --- i2p2www/pages/downloads/list.html | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/i2p2www/pages/downloads/list.html b/i2p2www/pages/downloads/list.html index 52e04c4d..c5ae1946 100644 --- a/i2p2www/pages/downloads/list.html +++ b/i2p2www/pages/downloads/list.html @@ -196,6 +196,13 @@ or type java -version at your command prompt. 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 %}