From d8050029f9940ec7abe0a3868f17e55319bad9c3 Mon Sep 17 00:00:00 2001 From: Angus Lees Date: Wed, 9 Jun 2010 21:30:06 +0000 Subject: Improve build instructions to include themeengine patch and scummmodern.zip compression. svn-id: r49551 --- backends/platform/android/README.build | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'backends/platform/android') 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= PATH=$ANDROID_SDK/platforms/android-1.6/tools:$ANDROID_SDK/tools:$PATH -- cgit v1.2.3