(Added arm toolchain package name) |
(→How to test MeeGo SDK) |
||
| Line 3: | Line 3: | ||
This page explains how to test the weekly releases of MeeGo SDK. | This page explains how to test the weekly releases of MeeGo SDK. | ||
| - | * NOTE: Currently only Ubuntu Lucid | + | * NOTE: Currently only Ubuntu Karmic/Lucid 32bits version works |
== Configure distributions package manager == | == Configure distributions package manager == | ||
| Line 48: | Line 48: | ||
==== Debian / Ubuntu ==== | ==== Debian / Ubuntu ==== | ||
| - | for | + | for arm: |
# apt-get install arm-2009q1 | # apt-get install arm-2009q1 | ||
| Line 67: | Line 67: | ||
==== Debian / Ubuntu ==== | ==== Debian / Ubuntu ==== | ||
| - | * Note: you can optionally only choose qemu-arm or qemu-gl ( | + | * Note: you can optionally only choose qemu-arm or qemu-gl (QEMU for ia32 target) |
# apt-get install qemu-arm qemu-gl | # apt-get install qemu-arm qemu-gl | ||
Contents |
This page explains how to test the weekly releases of MeeGo SDK.
1. Add the following line to /etc/apt/sources.list or file add /etc/apt/sources.list.d/meego-sdk.list file:
deb http://download.meego.com/live/devel:/tools:/sdk/${distribution}/ /
Note: replace ${distribution} e.g. Ubuntu_10.04
2. update packages database
# apt-get update
TODO
TODO
# apt-get install qtcreator
# apt-get install madde qt-tools
for arm:
# apt-get install arm-2009q1
for arm (as root):
# mad-admin fetch meego-core-armv7l-madde-sysroot
for ia32 (as root):
# mad-admin fetch meego-core-ia32-madde-sysroot
# apt-get install qemu-arm qemu-gl
* Note1: You will need to provide your device's 15-digit IMEI number. * Note2: MeeGo Handset image contains the UI.
* netbook: meego-netbook-ia32-1.0.80.12.20100727.1-sdk-pre0729.tar.bz2 * handset: meego-handset-ia32-1.0.80.9.20100706.1-sdk-pre0729.tar.bz2
as root:
# mad-admin create meego-core-${arch}
as regular user:
$ mad -t meego-core-${arch} pscreate -t qt-simple qthello
$ cd qthello
$ mad -t meego-core-${arch} qmake
$ mad -t meego-core-${arch} make
Lorem ipsum...