User:Maartenweyn

From Openmoko

Revision as of 12:32, 22 February 2009 by Maartenweyn (Talk | contribs)

Jump to: navigation, search

Buidling QtExtended 4.4.1 SDK From Scratch

/opt/Qtopia/SDK/versioninfo

ln -s /opt/Qtopia/build/ /opt/Qtopia/SDK/4.4.1/neo ln -s /opt/Qtopia/build/sdk/ /opt/Qtopia/build/sdk/sdk cp $QTOPIA_DEPOT_PATH/bin/mkPackages /opt/Qtopia/SDK/scripts }}} add the following code in front of /opt/QtExtended/build/scripts/sdk/functions:


  1. !/bin/bash

version() { echo "4.4.1" } qt_version() { echo "4.4.3" }

  1. !/bin/sh


Adapt system config to have usb networking ready http://wiki.openmoko.org/wiki/USB_Networking#Debian.2C_Ubuntu_and_others

if after sdk -i your neo says it can't find the ip of the host use the patch (functions.patch)

Personal tools

Buidling QtExtended 4.4.1 SDK From Scratch

/opt/Qtopia/SDK/versioninfo

ln -s /opt/Qtopia/build/ /opt/Qtopia/SDK/4.4.1/neo ln -s /opt/Qtopia/build/sdk/ /opt/Qtopia/build/sdk/sdk cp $QTOPIA_DEPOT_PATH/bin/mkPackages /opt/Qtopia/SDK/scripts }}} add the following code in front of /opt/QtExtended/build/scripts/sdk/functions:


  1. !/bin/bash

version() { echo "4.4.1" } qt_version() { echo "4.4.3" }

  1. !/bin/sh


Adapt system config to have usb networking ready http://wiki.openmoko.org/wiki/USB_Networking#Debian.2C_Ubuntu_and_others

if after sdk -i your neo says it can't find the ip of the host use the patch (functions.patch)