aboutsummaryrefslogtreecommitdiff
path: root/backends
diff options
context:
space:
mode:
authorAngus Lees2010-06-09 21:30:06 +0000
committerAngus Lees2010-06-09 21:30:06 +0000
commitd8050029f9940ec7abe0a3868f17e55319bad9c3 (patch)
tree505bc1621f2654708cafb99ef842befa7ee9784f /backends
parente533289e07f9bbbc195d91619582df6eca39ec2a (diff)
downloadscummvm-rg350-d8050029f9940ec7abe0a3868f17e55319bad9c3.tar.gz
scummvm-rg350-d8050029f9940ec7abe0a3868f17e55319bad9c3.tar.bz2
scummvm-rg350-d8050029f9940ec7abe0a3868f17e55319bad9c3.zip
Improve build instructions to include themeengine patch and
scummmodern.zip compression. svn-id: r49551
Diffstat (limited to 'backends')
-rw-r--r--backends/platform/android/README.build12
1 files changed, 12 insertions, 0 deletions
diff --git a/backends/platform/android/README.build b/backends/platform/android/README.build
index fa56bfc180..a834f8431b 100644
--- a/backends/platform/android/README.build
+++ b/backends/platform/android/README.build
@@ -63,6 +63,18 @@ toolchains around.
Building ScummVM
================
+Apply the theme engine patch:
+
+ patch -p1 < backends/platform/android/scummvm-android-themeengine.patch
+
+(Optionally) compress scummmodern.zip:
+(ScummVM usually ships it uncompressed, but Android can read it more
+efficiently if it is compressed *before* adding it to the apk)
+
+ ( cd gui/themes/scummmodern && zip -f ../scummmodern.zip )
+
+Then build ScummVM:
+
export ANDROID_SDK=<root of Android SDK>
PATH=$ANDROID_SDK/platforms/android-1.6/tools:$ANDROID_SDK/tools:$PATH