Difference between revisions of "Compiling ScummVM/Maemo"

Jump to navigation Jump to search
16 bytes removed ,  18:53, 28 September 2011
no edit summary
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>
<code><nowiki>deb http://maemo-sdk.garage.maemo.org/download/host debian-squeeze free</nowiki></code>


== 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 ==


<nowiki>ln -s backends/platform/maemo/debian</nowiki>
<code>ln -s backends/platform/maemo/debian</code>


== Compile ==
== Compile ==
Line 24: Line 24:
=== Build the deb package ===
=== Build the deb package ===


<nowiki>sb2 dpkg-buildpackage -b</nowiki>
<code>sb2 dpkg-buildpackage -b</code>


=== Compile without building a deb package ===
=== Compile without building a deb package ===


<nowiki>sb2 ./configure --host=maemo</nowiki>
<code>sb2 ./configure --host=maemo


<nowiki>sb2 make</nowiki>
sb2 make</code>
92

edits

Navigation menu