Difference between revisions of "Compiling ScummVM/Maemo"

Jump to navigation Jump to search
340 bytes removed ,  04:28, 5 February 2016
Line 12: Line 12:
== Download and Install Maemo SDK ==
== Download and Install Maemo SDK ==


'''Note: The following instructions are based on an attempt in a fresh Debian 7 (wheezy) install'''
'''Note: The following instructions are based on an attempt in a fresh Debian 5 (lenny) install'''


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>
  <nowiki>deb http://maemo-sdk.garage.maemo.org/download/host debian-lenny free</nowiki>


Then run the following commands to install the SDK:
Then run the following commands to install the SDK:
  apt-get update
  sudo apt-get update
  apt-get install maemo-sdk
  sudo apt-get install maemo-sdk
 
You'll need to make sure the custom (and no longer latest) versions are installed the maemo-sdk and its dependencies. I had to downgrade the following packages when using Debian 7 (wheezy):
[DOWNGRADE] libsb2:i386 2.2.4-1debian1 -> 2.0-lta123
[DOWNGRADE] sbrsh:i386 7.6.1 -> 7.6maemo2
[DOWNGRADE] scratchbox2:i386 2.2.4-1debian1 -> 2.0-lta123


Then run the following commands to build/install the tools and compilers:
Then run the following commands to build/install the tools and compilers:
92

edits

Navigation menu