(→Configure distributions package manager) |
|||
| Line 22: | Line 22: | ||
3. update packages database | 3. update packages database | ||
| - | # | + | # aptitude update |
=== Fedora === | === Fedora === | ||
| Line 58: | Line 58: | ||
==== Debian / Ubuntu ==== | ==== Debian / Ubuntu ==== | ||
| - | # | + | # aptitude install meego-sdk-ia32 |
==== Fedora ==== | ==== Fedora ==== | ||
| Line 79: | Line 79: | ||
==== Debian / Ubuntu ==== | ==== Debian / Ubuntu ==== | ||
| - | # | + | # aptitude install meego-sdk-armv7l |
==== Fedora ==== | ==== Fedora ==== | ||
| Line 93: | Line 93: | ||
==== Debian / Ubuntu ==== | ==== Debian / Ubuntu ==== | ||
| - | # | + | # aptitude install meego-sdk-qtcreator |
==== Fedora ==== | ==== Fedora ==== | ||
| Line 107: | Line 107: | ||
==== Debian / Ubuntu ==== | ==== Debian / Ubuntu ==== | ||
| - | # | + | # aptitude install madde qt-tools |
| Line 114: | Line 114: | ||
==== Debian / Ubuntu ==== | ==== Debian / Ubuntu ==== | ||
| - | # | + | # aptitude install arm-2009q1 |
=== Install QEMU (standalone) === | === Install QEMU (standalone) === | ||
| Line 120: | Line 120: | ||
==== Debian / Ubuntu ==== | ==== Debian / Ubuntu ==== | ||
| - | # | + | # aptitude 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/Tools:/SDK:/Host/${distribution}/ /
Note: replace ${distribution} by one of the following value "Debian_5.0", "Ubuntu_09.10" or "Ubuntu_10.04".
2. add the repository public key
# gpg --keyserver subkeys.pgp.net --recv 0BC7BEC479FC1F8A # gpg --export --armor 0BC7BEC479FC1F8A | sudo apt-key add -
3. update packages database
# aptitude update
# cd /etc/yum.repos.d/
# wget http://download.meego.com/live/Tools:/SDK:/Host/${distribution}/Tools:SDK:Host.repo
# rpm --import http://download.meego.com/live/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/Tools:/SDK:/Host/openSUSE_11.3/Tools:SDK:Host.repo
openSUSE_11.3.
Tools:SDK:Host.repo.
/etc/zypp/repos.d directory.
zypp ref
# aptitude install meego-sdk-ia32
# yum install meego-sdk-ia32
# zypper install meego-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
# aptitude install meego-sdk-armv7l
# yum install meego-sdk-armv7l
# zypper install meego-sdk-armv7l
# aptitude install meego-sdk-qtcreator
# yum install meego-sdk-qt-creator
# zypper install meego-sdk-qt-creator
# aptitude install madde qt-tools
# aptitude install arm-2009q1
# aptitude install qemu-arm
* Note1: You will need to provide your device's 15-digit IMEI number. * Note2: MeeGo Handset image contains the UI.
as root:
# mad-admin create -f meego-core-armv7l
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.