Maemo build instructions updated

svn-id: r48868
This commit is contained in:
Frantisek Dufka 2010-04-29 21:44:53 +00:00
parent b4f0d54160
commit 1c684af067

11
README
View File

@ -857,7 +857,7 @@ Supported platforms include (but are not limited to):
PlayStation Portable
RISC OS
Symbian
Maemo (Nokia Internet tablets 770, N800, N810)
Maemo (Nokia Internet tablets 770, N800, N810, N900)
The Dreamcast port does not support The Curse of Monkey Island, nor The
Dig. The PalmOS port does not support The Curse of Monkey Island,
@ -2095,12 +2095,9 @@ debug messages (see http://www.sysinternals.com/ntw2k/freeware/debugview.shtml).
* Get Scratchbox environment with Maemo 2.2 rootstrap (2.2 is for 770 and up)
* Install libmad, Tremor, FLAC, libmpeg2 from source
* patch scummvm source (some stuff is currently too dirty to be in svn directly)
patch -p1 < backends/platform/maemo/scummvm-0.11.0-maemo.patch
* go to backends/platform/maemo
* run 'make config'
* run 'make scummvm'
* create your debian/changelog in top directory
* run 'make deb' in backends/platform/maemo
patch -p1 < backends/platform/maemo/scummvm-[currentversion]-maemo.patch
* update debian/changelog
* run 'fakeroot dpkg-buildpackage -b -d'
------------------------------------------------------------------------
Good Luck and Happy Adventuring!