(→On Ubuntu or Debian) |
(→Update MeeGo SDK 1.1.80 or 1.2 targets) |
||
| Line 116: | Line 116: | ||
** You can get the latest version of meego-sdk-update-target from http://meego.gitorious.org/meego-developer-tools/meego-sdk-update-target. | ** You can get the latest version of meego-sdk-update-target from http://meego.gitorious.org/meego-developer-tools/meego-sdk-update-target. | ||
| - | * Update target. Replace the {url_sysroot} and {url_runtime} with the url to the real tarballs. | + | * Update handset target. Replace the {url_sysroot} and {url_runtime} with the url to the real tarballs. |
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 handset -a ia32 -meego-version 1.2 -sysroot ${url_sysroot} -runtime ${url_runtime} | ||
| + | |||
| + | * Update netbook target. Replace the {url_sysroot} and {url_runtime} with the url to the real tarballs. | ||
| + | sudo ./meego-sdk-update-target -u 1.2-preview-test01 -d netbook -a ia32 -meego-version 1.2 -sysroot ${url_sysroot} -runtime ${url_runtime} | ||
* For detailed usage of meego-sdk-update-target, please refer to http://wiki.meego.com/SDK/Tutorials/Add_a_new_target. | * For detailed usage of meego-sdk-update-target, please refer to http://wiki.meego.com/SDK/Tutorials/Add_a_new_target. | ||
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}
sudo ./meego-sdk-update-target -u 1.2-preview-test01 -d netbook -a ia32 -meego-version 1.2 -sysroot ${url_sysroot} -runtime ${url_runtime}