Difference between revisions of "Build Maemo Orbiter"

From LinuxMCE
Jump to: navigation, search
(New page: {| align="right" | __TOC__ |} Category: Tutorials Category:Development Category:Programmer's Guide ==Setup Environment== To build Maemo Orbiter we should have installed M...)
 
(Install environment from the scratch)
Line 12: Line 12:
 
===Install environment from the scratch===
 
===Install environment from the scratch===
  
To install Maemo SDK from the scratch just follow by that [http://maemo-sdk.garage.maemo.org/install-debian.html instruction].  
+
To install Maemo SDK from the scratch just follow by that [http://maemo-sdk.garage.maemo.org/install-debian.html Debian] or [http://maemo-sdk.garage.maemo.org/install-ubuntu.html Ubuntu] instructions.
  
 
===Use ready-made VMWave Appliance===
 
===Use ready-made VMWave Appliance===

Revision as of 17:45, 17 February 2009

Setup Environment

To build Maemo Orbiter we should have installed Maemo SDK under Scratchbox. There are two ways to to that.

Install environment from the scratch

To install Maemo SDK from the scratch just follow by that Debian or Ubuntu instructions.

Use ready-made VMWave Appliance

The latest version of VMWave Appliance can be downloaded here. To run it you need free VMWave player which available for Linux, Windows and Mac OSX.

Required packages

After login to the scratchbox just install following packages using apt-get:

  • libsdl-ttf2.0-dev
  • libsdl-image1.2-dev
  • libsdl-gfx1.2-dev
  • libsdl1.2-dev
  • libgle3-dev
  • libsdl-sge-dev
  • libxmu-dev
  • libhid-dev
  • libmysqlclient12-dev
  • libhttpfetcher-dev

Build Orbiter

To build Maemo Orbiter:

  • checkout the latest sources (0810):
svn co http://svn.linuxmce.org/svn/branches/LinuxMCE-0810
  • go to Orbiter/Maemo and run make_package.sh