add basic build instructions
authornotaz <notasas@gmail.com>
Wed, 6 Jun 2012 21:19:42 +0000 (00:19 +0300)
committernotaz <notasas@gmail.com>
Wed, 6 Jun 2012 21:19:42 +0000 (00:19 +0300)
README [new file with mode: 0644]

diff --git a/README b/README
new file mode 100644 (file)
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