aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorTarek Soliman2011-09-28 14:11:43 -0500
committerTarek Soliman2011-09-28 14:23:47 -0500
commit264240eb5da43b8b1fbe309bbafb00aff7e1b51b (patch)
tree6706b1b3b959275d591c1d1e2a7a1793dfbf8cf6 /README
parenta9214ac7a22b6286bd30b58a661e0c6c7f456c3e (diff)
downloadscummvm-rg350-264240eb5da43b8b1fbe309bbafb00aff7e1b51b.tar.gz
scummvm-rg350-264240eb5da43b8b1fbe309bbafb00aff7e1b51b.tar.bz2
scummvm-rg350-264240eb5da43b8b1fbe309bbafb00aff7e1b51b.zip
README: update Maemo information
Remove maemo tablets no longer fully supported by the current code Hopefully we will support N800 and N900 soon No plans to support N770 Updated the build instructions
Diffstat (limited to 'README')
-rw-r--r--README9
1 files changed, 4 insertions, 5 deletions
diff --git a/README b/README
index b06e19dffe..4e306d35c8 100644
--- a/README
+++ b/README
@@ -884,7 +884,7 @@ Supported platforms include (but are not limited to):
Dreamcast
GP2x
iPhone (also includes iPod Touch and iPad)
- Maemo (Nokia Internet tablets 770, N800, N810, N900)
+ Maemo (Nokia Internet tablet N810)
Nintendo 64
Nintendo DS
Nintendo GameCube
@@ -2127,12 +2127,11 @@ debug messages (see http://www.sysinternals.com/ntw2k/freeware/debugview.shtml).
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 Maemo SDK with 4.1.2 rootstrap
* Install libmad, Tremor, FLAC from source
- * patch scummvm source (some stuff is currently too dirty to be in git directly):
- patch -p1 < backends/platform/maemo/scummvm-[currentversion]-maemo.patch
+ * run 'ln -s backends/platform/maemo/debian'
* update debian/changelog
- * run 'fakeroot dpkg-buildpackage -b -d'
+ * run 'sb2 dpkg-buildpackage -b'
------------------------------------------------------------------------
Good Luck and Happy Adventuring!