chiark / gitweb /
updated README for openjdk and building apk files
authorTorsten Grote <t@grobox.de>
Wed, 4 Jan 2012 00:50:57 +0000 (01:50 +0100)
committerCiaran Gultnieks <ciaran@ciarang.com>
Sat, 7 Jan 2012 08:58:49 +0000 (08:58 +0000)
README

diff --git a/README b/README
index a76a34ad236f395422c2b2092b687d2e379ebe21..e3824d51733e70f65c96667327262cc9b326afe9 100644 (file)
--- 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