diff options
author | Eugene Sandulenko | 2008-01-11 22:44:28 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2008-01-11 22:44:28 +0000 |
commit | d205129f2bd1c51791b73b619797cfe0b4723800 (patch) | |
tree | 4a181acc07ece066fae92c52b61b495b76b0b264 /README | |
parent | 9c74480beb6d2b96095161d16eda7560afc700cc (diff) | |
download | scummvm-rg350-d205129f2bd1c51791b73b619797cfe0b4723800.tar.gz scummvm-rg350-d205129f2bd1c51791b73b619797cfe0b4723800.tar.bz2 scummvm-rg350-d205129f2bd1c51791b73b619797cfe0b4723800.zip |
First part of Maemo port
svn-id: r30427
Diffstat (limited to 'README')
-rw-r--r-- | README | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -719,6 +719,7 @@ Supported platforms include (but are not limited to): PlayStation Portable RISC OS Symbian + Maemo (Nokia Internet tablets 770, N800, N810) 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, Beneath a Steel @@ -1778,6 +1779,16 @@ messages (see http://www.sysinternals.com/ntw2k/freeware/debugview.shtml). * Please refer to: http://wiki.scummvm.org/index.php/Compiling_ScummVM/iPhone + Maemo: + * Get Scratchbox environment with Maemo 2.2 rootstrap (2.2 is for 770 and up) + * Install limbad, 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 ------------------------------------------------------------------------ Good Luck and Happy Adventuring! |