Open main menu

Compiling ScummVM/Maemo

< Compiling ScummVM
Revision as of 18:46, 28 September 2011 by Tsoliman (talk | contribs) (Created page with '= Compiling ScummVM for Maemo = This page describes how you build Maemo packages from the ScummVM source tree. = Preparation = Compiling has to be done on a linux machine runn…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Compiling ScummVM for Maemo

This page describes how you build Maemo packages from the ScummVM source tree.

Preparation

Compiling has to be done on a linux machine running debian/ubuntu. On non-linux machines, a linux virtual machine running debian/ubuntu can be used.

Download and install the maemo-sdk package

Add the following line to /etc/apt/sources.list

deb http://maemo-sdk.garage.maemo.org/download/host debian-squeeze free

Create symlink from backends/platform/maemo/debian to the root of the scummvm checkout

ln -s backends/platform/maemo/debian

build

Depending on what you want, choose one of the following. If you're not sure, choose the first one.

Build the deb package

sb2 dpkg-buildpackage -b

Compile without building a deb package

sb2 ./configure --host=maemo sb2 make