Difference between revisions of "Building Orbiter for the Nokia 770"

From LinuxMCE
Jump to: navigation, search
 
Line 3: Line 3:
 
You will need:
 
You will need:
 
* a Debian Sarge box to host the build
 
* a Debian Sarge box to host the build
 +
* the Maemo 1.1 SDK for ARM ( http://repository.maemo.org/stable/1.1/arm/Maemo_Dev_Platform_RS_v1.1_arm.tgz )
 
* Scratchbox 0.9.8.5 (http://www.scratchbox.org/download/files/sbox-releases/0.9.8/deb/ )
 
* Scratchbox 0.9.8.5 (http://www.scratchbox.org/download/files/sbox-releases/0.9.8/deb/ )
 
   scratchbox-core_0.9.8.5_i386.deb                               
 
   scratchbox-core_0.9.8.5_i386.deb                               
Line 10: Line 11:
 
   scratchbox-toolchain-arm-glibc_0.9.8.5_i386.deb               
 
   scratchbox-toolchain-arm-glibc_0.9.8.5_i386.deb               
 
   scratchbox-toolchain-i686-glibc_0.9.8.5_i386.deb               
 
   scratchbox-toolchain-i686-glibc_0.9.8.5_i386.deb               
* the Maemo 1.1 SDK for ARM ( http://repository.maemo.org/stable/1.1/arm/Maemo_Dev_Platform_RS_v1.1_arm.tgz )
 
  
Steps:
+
Steps to build:
#
+
# Install Scratchbox debs
 +
# Add yourself as a Scratchbox user: <tt>/scratchbox/sbin/sbox_adduser username</tt>
 +
# Copy or symlink the Maemo SDK into <tt>/scratchbox/packages</tt>
 +
# Login to Scratchbox by typing <tt>scratchbox</tt>
 +
# Update the package list inside Scratchbox by typing apt-get update
 +
# Install the following build-time dependencies (with <tt>apt-get install</tt>)
 +
#* libmysqlclient12-dev
 +
#* libid3-dev
 +
#* xlibmesa-gl-dev

Revision as of 16:47, 5 June 2006

This page was written by Pluto and imported with their permission when LinuxMCE branched off in February, 2007. In general any information should apply to LinuxMCE. However, this page should be edited to reflect changes to LinuxMCE and remove old references to Pluto.
These are the instructions to build a version of Orbiter for the Nokia 770 internet platform. Nokia 770 has an ARM family processor, therefore you will need to cross-compile if your build machine is an Intel.

You will need:

 scratchbox-core_0.9.8.5_i386.deb                              
 scratchbox-devkit-debian_0.9.8.5_i386.deb                     
 scratchbox-doctools_0.9.8.5_i386.deb                          
 scratchbox-libs_0.9.8.5_i386.deb                              
 scratchbox-toolchain-arm-glibc_0.9.8.5_i386.deb               
 scratchbox-toolchain-i686-glibc_0.9.8.5_i386.deb              

Steps to build:

  1. Install Scratchbox debs
  2. Add yourself as a Scratchbox user: /scratchbox/sbin/sbox_adduser username
  3. Copy or symlink the Maemo SDK into /scratchbox/packages
  4. Login to Scratchbox by typing scratchbox
  5. Update the package list inside Scratchbox by typing apt-get update
  6. Install the following build-time dependencies (with apt-get install)
    • libmysqlclient12-dev
    • libid3-dev
    • xlibmesa-gl-dev