From 74428690fe3ec7d89508d30b4b26e847841459ef Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 7 Jun 2012 00:19:42 +0300 Subject: [PATCH] add basic build instructions --- README | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 README 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 -- 2.39.2