--- /dev/null
+
+
+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