Development
From NAS-4220
Install a cross compilation environment
Install scratchbox with this tutorial
On ubuntu Gutsy
- Add into your /etc/apt/source.list
deb http://scratchbox.org/debian stable main
- Install scratchbox
sudo apt-get install scratchbox-toolchain-arm-linux-ct401-2.3 sudo apt-get install scratchbox-devkit-debian
- start scratchbox as explained in the tutorial.
A nice step-by-step based on this is here.
