[Scummvm-cvs-logs] SF.net SVN: scummvm:[49551] scummvm/trunk/backends/platform/android/README. build

anguslees at users.sourceforge.net anguslees at users.sourceforge.net
Wed Jun 9 23:30:06 CEST 2010


Revision: 49551
          http://scummvm.svn.sourceforge.net/scummvm/?rev=49551&view=rev
Author:   anguslees
Date:     2010-06-09 21:30:06 +0000 (Wed, 09 Jun 2010)

Log Message:
-----------
Improve build instructions to include themeengine patch and
scummmodern.zip compression.

Modified Paths:
--------------
    scummvm/trunk/backends/platform/android/README.build

Modified: scummvm/trunk/backends/platform/android/README.build
===================================================================
--- scummvm/trunk/backends/platform/android/README.build	2010-06-09 20:32:55 UTC (rev 49550)
+++ scummvm/trunk/backends/platform/android/README.build	2010-06-09 21:30:06 UTC (rev 49551)
@@ -63,6 +63,18 @@
 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


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.




More information about the Scummvm-git-logs mailing list