From: notaz Date: Wed, 6 Jun 2012 21:19:42 +0000 (+0300) Subject: add basic build instructions X-Git-Tag: r3~5 X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?p=android_pandora.git;a=commitdiff_plain;h=74428690fe3ec7d89508d30b4b26e847841459ef add basic build instructions --- diff --git a/README b/README new file mode 100644 index 0000000..a4ee577 --- /dev/null +++ b/README @@ -0,0 +1,30 @@ + + +Building from source +-------------------- + +1. Set up the host system. Should be the same as most other Android + builds from source, see: + http://source.android.com/source/initializing.html + http://code.google.com/p/rowboat/wiki/Source + +2. Download source using the repo tool: + cd some_empty_directory + repo init -u git://notaz.gp2x.de/~notaz/android_pandora.git \ + -b manifest -m pandora-gingerbread.xml + repo sync + This will get all sources from rowboat project, except pandora support + that will come from it's own git. + +3. Apply the pandora patch: + patch -p1 < device/openpandora/pandora/patches/all.patch + +4. Build Android and create .pnd file: + make + ./make_pnd.sh + + +License +------- + +Remains the same as for core Android project, i.e. Apache Software License 2.0