(→Updating the MeeGo SDK) |
(Add new installation) |
||
| Line 5: | Line 5: | ||
MeeGo SDK 1.2-preview will include following major changes: | MeeGo SDK 1.2-preview will include following major changes: | ||
* Qt Creator update to 2.1-rc. | * Qt Creator update to 2.1-rc. | ||
| - | * Qt Simulator | + | * Qt Simulator and handset skin |
* MeeGo 1.2 toolchain | * MeeGo 1.2 toolchain | ||
| - | * MeeGo 1.2 targets support. Covers 1.1.80 and up. | + | * MeeGo 1.2 new targets support. Covers 1.1.80 and up. |
== Prerequisites == | == Prerequisites == | ||
| + | You can either do a new installation or update an existing installation to get MeeGo SDK 1.2-preview. | ||
| + | * New Installation | ||
| + | You can have a New Installation of MeeGo SDK 1.2-preview by removing all old components. | ||
| + | To remove the previous SDK, please refer to http://wiki.meego.com/SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Linux#Removing_components. | ||
| + | * Update from previous installation | ||
Install the MeeGo SDK 1.1 with http://wiki.meego.com/SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Linux | Install the MeeGo SDK 1.1 with http://wiki.meego.com/SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Linux | ||
| + | * Note | ||
| + | The Update should just work but in case you have any problem, a new installation can be tried. | ||
| - | == Update installation | + | == Update installation repository of MeeGo SDK 1.2-preview == |
This update is temporarily for testing. After releasing, it's not necessary. | This update is temporarily for testing. After releasing, it's not necessary. | ||
| - | |||
=== On Ubuntu or Debian === | === On Ubuntu or Debian === | ||
<!-- Replaced '#' with <li> so that multi-line <pre> statements would appear in a single block --> | <!-- Replaced '#' with <li> so that multi-line <pre> statements would appear in a single block --> | ||
| Line 72: | Line 78: | ||
</ul> | </ul> | ||
| - | == | + | == Install the MeeGo SDK 1.2-preview == |
| + | Skip this step if you are doing a update. | ||
| + | <ul> | ||
| + | <li>Debian / Ubuntu | ||
| + | <pre>$ sudo apt-get install qt-simulator qt-simulator-skin-handset-864x480 libattica0</pre> | ||
| + | </li> | ||
| + | <li>Fedora | ||
| + | <pre>$ sudo yum install qt-simulator qt-simulator-skin-handset-864x480 libattica0</pre> | ||
| + | </li> | ||
| + | On Fedora 13, the attica has been provided by the system so the libattica0 might not be needed. | ||
| + | <li>OpenSUSE / MeeGo | ||
| + | <pre>$ sudo zypper install qt-simulator qt-simulator-skin-handset-864x480 libattica0</pre> | ||
| + | </li> | ||
| + | </ul> | ||
| + | '''For IA32:''' | ||
| + | <ul> | ||
| + | <li>Debian / Ubuntu | ||
| + | <pre>$ sudo apt-get install meego-sdk-ia32 meego-1.2-sdk-ia32-toolchain</pre> | ||
| + | </li> | ||
| + | <li>Fedora | ||
| + | <pre>$ sudo yum install meego-sdk-ia32 meego-1.2-sdk-ia32-toolchain</pre> | ||
| + | </li> | ||
| + | <li>OpenSUSE / MeeGo | ||
| + | <pre>$ sudo zypper install meego-sdk-ia32 meego-1.2-sdk-ia32-toolchain</pre> | ||
| + | </li> | ||
| + | </ul> | ||
| + | |||
| + | '''For ARM:''' | ||
| + | <ul> | ||
| + | <li>Debian / Ubuntu | ||
| + | <pre>$ sudo apt-get install meego-sdk-armv7l</pre> | ||
| + | </li> | ||
| + | <li>Fedora | ||
| + | <pre>$ sudo yum install meego-sdk-armv7l</pre> | ||
| + | </li> | ||
| + | <li>OpenSUSE / MeeGo | ||
| + | <pre>$ sudo zypper install meego-sdk-armv7l</pre> | ||
| + | </li> | ||
| + | </ul> | ||
| + | |||
| + | == Update the MeeGo SDK == | ||
| + | Skip this step if you are doing a new installation | ||
<ul> | <ul> | ||
<li>Debian / Ubuntu | <li>Debian / Ubuntu | ||
| Line 112: | Line 159: | ||
</ul> | </ul> | ||
| - | == Add MeeGo SDK 1.1.80 targets == | + | == Add MeeGo SDK 1.1.80 and later targets == |
* Download the [http://download3.meego.com/meego-sdk-update-target-1.0.3 meego-sdk-update-target] tool | * Download the [http://download3.meego.com/meego-sdk-update-target-1.0.3 meego-sdk-update-target] tool | ||
** The one here is version 1.0.3. | ** The one here is version 1.0.3. | ||
This page describe how to use the initial MeeGo SDK 1.2-preview and test it. It's not for real MeeGo SDK 1.2-preview version and the contents here are mainly for QA testing before the release. But it will become official when it is released.
Contents |
MeeGo SDK 1.2-preview will include following major changes:
You can either do a new installation or update an existing installation to get MeeGo SDK 1.2-preview.
You can have a New Installation of MeeGo SDK 1.2-preview by removing all old components. To remove the previous SDK, please refer to http://wiki.meego.com/SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Linux#Removing_components.
Install the MeeGo SDK 1.1 with http://wiki.meego.com/SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Linux
The Update should just work but in case you have any problem, a new installation can be tried.
This update is temporarily for testing. After releasing, it's not necessary.
/etc/apt/sources.list.d/meego-sdk.list.deb http://download.meego.com/live/devel:/tools:/sdk:/host/${distribution}/ /
deb http://download.meego.com/live/devel:/tools:/sdk:/host:/toolchain:/MeeGo:/1.2/${distribution}/ /
$ gpg --keyserver pgpkeys.mit.edu --recv 0BC7BEC479FC1F8A $ gpg --export --armor 0BC7BEC479FC1F8A | sudo apt-key add -
$ sudo apt-get update
$ apt-cache policy meego-sdk-qtcreator
Make sure you installed the 2.1.0~rc1 or newer version.
$ cd /etc/yum.repos.d/
$ sudo wget http://download.meego.com/live/devel:/tools:/sdk:/host/${distribution}/devel:tools:sdk:host.repo
$ sudo wget http://download.meego.com/live/devel:/tools:/sdk:/host:/toolchain:/MeeGo:/1.2/${distribution}/devel:tools:sdk:host:toolchain:MeeGo:1.2.repo
$ sudo rpm --import http://download.meego.com/live/devel:/tools:/sdk:/host/${distribution}/repodata/repomd.xml.key
$ sudo rpm --import http://download.meego.com/live/devel:/tools:/sdk:/host:/toolchain:/MeeGo:/1.2/${distribution}/repodata/repomd.xml.key
$ sudo yum update
$ sudo zypper addrepo -f http://download.meego.com/live/devel:/tools:/sdk:/host/${distribution}/devel:tools:sdk:host.repo
$ sudo zypper addrepo -f http://download.meego.com/live/devel:/tools:/sdk:/host:/toolchain:/MeeGo:/1.2/${distribution}/devel:tools:sdk:host.repo $ sudo zypper addrepo -f http://download.meego.com/live/devel:/tools:/sdk:/host/${distribution}/devel:tools:sdk:host.repo
$ sudo zypper addrepo -f http://download.meego.com/live/devel:/tools:/sdk:/host:/toolchain:/MeeGo:/1.2/${distribution}/devel:tools:sdk:host:toolchain:MeeGo:1.2.repo
Skip this step if you are doing a update.
$ sudo apt-get install qt-simulator qt-simulator-skin-handset-864x480 libattica0
$ sudo yum install qt-simulator qt-simulator-skin-handset-864x480 libattica0
On Fedora 13, the attica has been provided by the system so the libattica0 might not be needed.
$ sudo zypper install qt-simulator qt-simulator-skin-handset-864x480 libattica0
For IA32:
$ sudo apt-get install meego-sdk-ia32 meego-1.2-sdk-ia32-toolchain
$ sudo yum install meego-sdk-ia32 meego-1.2-sdk-ia32-toolchain
$ sudo zypper install meego-sdk-ia32 meego-1.2-sdk-ia32-toolchain
For ARM:
$ sudo apt-get install meego-sdk-armv7l
$ sudo yum install meego-sdk-armv7l
$ sudo zypper install meego-sdk-armv7l
Skip this step if you are doing a new installation
$ sudo apt-get install meego-sdk-qtcreator madde madde-config-common qt-tools libattica0 qt-simulator qt-simulator-skin-handset-864x480
$ sudo yum install meego-sdk-qtcreator madde madde-config-common qt-tools libattica0 qt-simulator qt-simulator-skin-handset-864x480
On Fedora 13, the attica has been provided by the system so the libattica0 might not be needed.
$ sudo zypper install meego-sdk-qtcreator madde madde-config-common qt-tools libattica0 qt-simulator qt-simulator-skin-handset-864x480
For ARM only:
$ sudo apt-get install qemu-arm madde-config-armv7l
$ sudo yum install qemu-arm madde-config-armv7l
$ sudo zypper install qemu-arm madde-config-armv7l
For IA32 only:
$ sudo apt-get install meego-1.2-sdk-ia32-toolchain qemu-gl madde-config-ia32
$ sudo yum install meego-1.2-sdk-ia32-toolchain qemu-gl madde-config-ia32
$ sudo zypper install meego-1.2-sdk-ia32-toolchain qemu-gl madde-config-ia32
sudo ./meego-sdk-update-target -u 1.2-preview-test01 -d handset -a ia32 -meego-version 1.2 -sysroot ${url_sysroot} -runtime ${url_runtime}
sudo ./meego-sdk-update-target -u 1.2-preview-test01 -d netbook -a ia32 -meego-version 1.2 -sysroot ${url_sysroot} -runtime ${url_runtime}
/opt/meego/qt-simulator/simulator -registeronly