92
edits
Line 12: | Line 12: | ||
Add the following line to /etc/apt/sources.list | Add the following line to /etc/apt/sources.list | ||
<nowiki>deb http://maemo-sdk.garage.maemo.org/download/host debian-squeeze free</nowiki> | |||
== Create symlink from backends/platform/maemo/debian to the root of the scummvm checkout == | == Create symlink from backends/platform/maemo/debian to the root of the scummvm checkout == | ||
ln -s backends/platform/maemo/debian | |||
== Compile == | == Compile == | ||
Line 24: | Line 24: | ||
=== Build the deb package === | === Build the deb package === | ||
sb2 dpkg-buildpackage -b | |||
=== Compile without building a deb package === | === Compile without building a deb package === | ||
sb2 ./configure --host=maemo | |||
sb2 make | |||
sb2 make |
edits