From 8bd4dbaf1a75e4d36117d92cfa4ba973f1c7f8a9 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Wed, 4 Jan 2012 01:50:57 +0100 Subject: [PATCH] updated README for openjdk and building apk files --- README | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/README b/README index a76a34ad..e3824d51 100644 --- a/README +++ b/README @@ -21,18 +21,27 @@ To be able to auto-build packages, you're going to need: *Linux *Python -*A fully functional Android SDK with all SDK platforms and tools -*The Android NDK +*Android SDK with all SDK platforms (for all API versions) and tools +*Android NDK *Ant *Ant Contrib Tasks (Debian package ant-contrib) *Maven (Debian package maven2) *JavaCC (Debian package javacc) +*JDK (Debian package openjdk-6-jdk and openjdk-7-jdk) *VCS clients: svn, git, hg, bzr *A keystore for holding release keys. (Safe, secure and well backed up!) You then need to create a config.py (copy config.sample.py and follow the instructions) to specify the locations of some of these things. +==Building Apps== + +Run + + ./build.py -p goo.TeaTimer + +to test building apk files. They will be put in the repo directory. + =MetaData= Information used by update.py to compile the public index comes from two -- 2.30.2