| Line 11: | Line 11: | ||
1. Add the following line to /etc/apt/sources.list file or add /etc/apt/sources.list.d/meego-sdk.list file: | 1. Add the following line to /etc/apt/sources.list file or add /etc/apt/sources.list.d/meego-sdk.list file: | ||
| - | deb <nowiki>http://download.meego.com/live/ | + | deb <nowiki>http://download.meego.com/live/Tools:/SDK:/Host/${distribution}/</nowiki> / |
Note: replace ${distribution} by one of the following value "Debian_5.0", "Ubuntu_09.10" or "Ubuntu_10.04". | Note: replace ${distribution} by one of the following value "Debian_5.0", "Ubuntu_09.10" or "Ubuntu_10.04". | ||
| Line 24: | Line 24: | ||
#:<pre> # cd /etc/yum.repos.d/ </pre> | #:<pre> # cd /etc/yum.repos.d/ </pre> | ||
# Add the MeeGo SDK yum repository: | # Add the MeeGo SDK yum repository: | ||
| - | #:<pre> # wget http://download.meego.com/live/ | + | #:<pre> # wget http://download.meego.com/live/Tools:/SDK:/Host/${distribution}/Tools:SDK:Host.repo</pre> |
#: '''Note:''' replace ${distribution} with one of the following values, depending on your Linux distribution: "Fedora_12", "Fedora_13" | #: '''Note:''' replace ${distribution} with one of the following values, depending on your Linux distribution: "Fedora_12", "Fedora_13" | ||
# Install the signing key: | # Install the signing key: | ||
| - | #:<pre> # rpm --import http://download.meego.com/live/ | + | #:<pre> # rpm --import http://download.meego.com/live/Tools:/SDK:/Host/${distribution}/repodata/repomd.xml.key </pre> |
# Update packages database: | # Update packages database: | ||
#: <pre># yum update</pre> | #: <pre># yum update</pre> | ||
| Line 37: | Line 37: | ||
* Use the command: | * Use the command: | ||
<pre> | <pre> | ||
| - | zypper addrepo -f http://download.meego.com/live/ | + | zypper addrepo -f http://download.meego.com/live/Tools:/SDK:/Host/openSUSE_11.3/Tools:SDK:Host.repo |
</pre> | </pre> | ||
* Download and copy the repository file: | * Download and copy the repository file: | ||
| - | # Navigate to http://download.meego.com/live/ | + | # Navigate to http://download.meego.com/live/Tools:/SDK:/Host/. |
# Go to folder <code>openSUSE_11.3</code>. | # Go to folder <code>openSUSE_11.3</code>. | ||
| - | # Download file <code> | + | # Download file <code>Tools:SDK:Host.repo</code>. |
# Copy the file as root to <code>/etc/zypp/repos.d</code> directory. | # Copy the file as root to <code>/etc/zypp/repos.d</code> directory. | ||
# Update repository information: | # Update repository information: | ||
| Line 65: | Line 65: | ||
=== Create runtime and target === | === Create runtime and target === | ||
| - | # mad-admin create -f -e | + | # mad-admin create -f -e meego-handset-ia32-1.0.80.9.20100706.1-sdk-pre0901-runtime |
# mad-admin create -f meego-core-ia32 | # mad-admin create -f meego-core-ia32 | ||
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. update packages database
# apt-get 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
# apt-get 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
# apt-get install meego-sdk-armv7l
# yum install meego-sdk-armv7l
# zypper install meego-sdk-armv7l
# apt-get install meego-sdk-qtcreator
# yum install meego-sdk-qt-creator
# zypper install meego-sdk-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.
as root:
# mad-admin create 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.