(→Install sysroots) |
(→Debian / Ubuntu) |
||
| Line 101: | Line 101: | ||
==== Debian / Ubuntu ==== | ==== Debian / Ubuntu ==== | ||
| - | * Note: you | + | * Note: If you have installed meego-sdk-ia32, you can't install qemu-arm |
| - | + | ||
| - | + | ||
| + | # apt-get install qemu-arm | ||
=== Install QEMU images (QEMU NAND and rootfs) === | === Install QEMU images (QEMU NAND and rootfs) === | ||
Contents |
This page explains how to test the weekly releases of MeeGo SDK.
1. Add the following line to /etc/apt/sources.list file or add /etc/apt/sources.list.d/meego-sdk.list file:
deb http://download.meego.com/live/devel:/tools:/sdk:/host/${distribution}/ /
Note: replace ${distribution} by one of the following value "Debian_5.0", "Ubuntu_09.10" or "Ubuntu_10.04".
2. update packages database
# apt-get update
# cd /etc/yum.repos.d/
# wget http://download.meego.com/live/devel:/tools:/sdk:/host/${distribution}/devel:tools:sdk:host.repo
# rpm --import http://download.meego.com/live/devel:/tools:/sdk:/host/${distribution}/repodata/repomd.xml.key
# yum update
To add MeeGo repository, do one of the following:
zypper addrepo -f http://download.meego.com/live/devel:/tools:/sdk:/host/openSUSE_11.3/devel:tools:sdk:host.repo
openSUSE_11.3.
devel:tools:sdk:host.repo.
/etc/zypp/repos.d directory.
zypp ref
# apt-get install meeg-sdk-ia32
# yum install meeg-sdk-ia32
# zypper install meeg-sdk-ia32
# mad-admin create -f -e meego-handset-ia32-1.0.80.9.20100706.1-sdk-pre0901-runtime # mad-admin create -f meego-core-ia32
# apt-get install qtcreator
# yum install qt-creator
# zypper install qt-creator
# apt-get install madde qt-tools
# apt-get install arm-2009q1
for arm (as root):
# mad-admin fetch meego-core-armv7l-madde-sysroot
# apt-get install qemu-arm
* 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
Find more information about testing QtCreator with MADDE for MeeGo on this wiki page.