| Line 125: | Line 125: | ||
== Add Qt Simulator target == | == Add Qt Simulator target == | ||
| + | * Launch qt-simulator. The qt-simulator has to be registered manually before it's usable. Will be fixed. | ||
| + | /opt/meego/qt-simulator/simulator -registeronly | ||
* Launch meego-sdk-qtcreator | * Launch meego-sdk-qtcreator | ||
* Go to Tools->Options->Qt4->Qt Versions | * Go to Tools->Options->Qt4->Qt Versions | ||
| Line 132: | Line 134: | ||
* Build | * Build | ||
* To use the simulator, please refer to http://doc.qt.nokia.com/qtsimulator-1.1/simulator-starting.html for more information. | * To use the simulator, please refer to http://doc.qt.nokia.com/qtsimulator-1.1/simulator-starting.html for more information. | ||
| + | * Known issue: | ||
| + | ** The qt-simulator has to be manually launched once before you configure it to | ||
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 qt-simulator
$ sudo yum install meego-sdk-qtcreator madde qt-tools libattica0 qt-simulator
$ sudo zypper install meego-sdk-qtcreator madde qt-tools libattica0 qt-simulator
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}
/opt/meego/qt-simulator/simulator -registeronly