(→On Ubuntu or Debian) |
(→On Ubuntu or Debian) |
||
| Line 32: | Line 32: | ||
<li>To check that the MeeGo repository has been correctly added, run the following command. The details of the meego-sdk-qtcreator package should be printed. | <li>To check that the MeeGo repository has been correctly added, run the following command. The details of the meego-sdk-qtcreator package should be printed. | ||
<pre>$ apt-cache policy meego-sdk-qtcreator</pre> | <pre>$ apt-cache policy meego-sdk-qtcreator</pre> | ||
| - | Make sure you | + | Make sure you installed the 2.1.0~rc1 or newer version. |
</li> | </li> | ||
</ol> | </ol> | ||
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:
Install the MeeGo SDK 1.1 with http://wiki.meego.com/SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Linux
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
$ sudo apt-get install meego-sdk-qtcreator madde qt-tools libattica0
$ sudo yum install meego-sdk-qtcreator madde qt-tools libattica0
$ sudo zypper install meego-sdk-qtcreator madde qt-tools libattica0
For ARM only:
$ sudo apt-get install qemu-arm
$ sudo yum install qemu-arm
$ sudo zypper install qemu-arm
For IA32 only:
$ sudo apt-get install meego-1.2-sdk-ia32-toolchain qemu-gl
$ sudo yum install meego-1.2-sdk-ia32-toolchain qemu-gl
$ sudo zypper install meego-1.2-sdk-ia32-toolchain qemu-gl
sudo ./meego-sdk-update-target -u 1.2-preview-test01 -d handset -a ia32 -meego-version 1.2 -sysroot ${url_sysroot} -runtime ${url_runtime}