mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-05 15:00:30 +03:00
updated README for openjdk and building apk files
This commit is contained in:
parent
61b5c1f0d5
commit
8bd4dbaf1a
1 changed files with 11 additions and 2 deletions
13
README
13
README
|
|
@ -21,18 +21,27 @@ To be able to auto-build packages, you're going to need:
|
||||||
|
|
||||||
*Linux
|
*Linux
|
||||||
*Python
|
*Python
|
||||||
*A fully functional Android SDK with all SDK platforms and tools
|
*Android SDK with all SDK platforms (for all API versions) and tools
|
||||||
*The Android NDK
|
*Android NDK
|
||||||
*Ant
|
*Ant
|
||||||
*Ant Contrib Tasks (Debian package ant-contrib)
|
*Ant Contrib Tasks (Debian package ant-contrib)
|
||||||
*Maven (Debian package maven2)
|
*Maven (Debian package maven2)
|
||||||
*JavaCC (Debian package javacc)
|
*JavaCC (Debian package javacc)
|
||||||
|
*JDK (Debian package openjdk-6-jdk and openjdk-7-jdk)
|
||||||
*VCS clients: svn, git, hg, bzr
|
*VCS clients: svn, git, hg, bzr
|
||||||
*A keystore for holding release keys. (Safe, secure and well backed up!)
|
*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
|
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.
|
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=
|
=MetaData=
|
||||||
|
|
||||||
Information used by update.py to compile the public index comes from two
|
Information used by update.py to compile the public index comes from two
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue