mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-12 14:09:28 +00:00
Improve build instructions to include themeengine patch and
scummmodern.zip compression. svn-id: r49551
This commit is contained in:
parent
e533289e07
commit
d8050029f9
@ -63,6 +63,18 @@ toolchains around.
|
|||||||
Building ScummVM
|
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>
|
export ANDROID_SDK=<root of Android SDK>
|
||||||
|
|
||||||
PATH=$ANDROID_SDK/platforms/android-1.6/tools:$ANDROID_SDK/tools:$PATH
|
PATH=$ANDROID_SDK/platforms/android-1.6/tools:$ANDROID_SDK/tools:$PATH
|
||||||
|
Loading…
x
Reference in New Issue
Block a user