(Add new installation) |
(→Update installation repository of MeeGo SDK 1.2-preview) |
||
| Line 26: | Line 26: | ||
<li>Add the following line to <code>/etc/apt/sources.list.d/meego-sdk.list</code>.<br> | <li>Add the following line to <code>/etc/apt/sources.list.d/meego-sdk.list</code>.<br> | ||
Replace ${distribution} with one of the following: "Debian_5.0", "Ubuntu_09.10", "Ubuntu_10.04" or "Ubuntu_10.10". | Replace ${distribution} with one of the following: "Debian_5.0", "Ubuntu_09.10", "Ubuntu_10.04" or "Ubuntu_10.10". | ||
| - | <pre>deb http://download.meego.com/live/devel:/tools:/sdk:/host/${distribution}/ / | + | <pre>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}/ / </pre> | |
</li> | </li> | ||
<li>Add the repository public key: | <li>Add the repository public key: | ||
| Line 49: | Line 49: | ||
<li>Add the MeeGo SDK 1.2-preview yum repository. <br/> | <li>Add the MeeGo SDK 1.2-preview yum repository. <br/> | ||
Replace ${distribution} with one of the following: "Fedora_12" or "Fedora_13". | Replace ${distribution} with one of the following: "Fedora_12" or "Fedora_13". | ||
| - | <pre>$ sudo wget http://download.meego.com/live/devel:/tools:/sdk:/host/${distribution}/devel:tools:sdk:host.repo | + | <pre>$ 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</pre> | |
</li> | </li> | ||
<li>Install the signing key: | <li>Install the signing key: | ||
| - | <pre>$ sudo rpm --import http://download.meego.com/live/devel:/tools:/sdk:/host/${distribution}/repodata/repomd.xml.key | + | <pre>$ 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 </pre> | |
</li> | </li> | ||
<li>Update the packages database: | <li>Update the packages database: | ||
| Line 65: | Line 65: | ||
<li>To add the MeeGo SDK repository on a system running MeeGo, run the following command. <br> | <li>To add the MeeGo SDK repository on a system running MeeGo, run the following command. <br> | ||
Replace ${distribution}/${version} with one of the following values: "Trunk". | Replace ${distribution}/${version} with one of the following values: "Trunk". | ||
| - | <pre>$ sudo zypper addrepo -f http://download.meego.com/live/devel:/tools:/sdk:/host/${distribution}/devel:tools:sdk:host.repo | + | <pre>$ 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</pre> </li> | |
</ul> | </ul> | ||
| Line 73: | Line 73: | ||
<li>To add the MeeGo repository, run the following command. <br> | <li>To add the MeeGo repository, run the following command. <br> | ||
Replace ${distribution}/${version} with one of the following values: "openSUSE_11.2" or "openSUSE_11.3". | Replace ${distribution}/${version} with one of the following values: "openSUSE_11.2" or "openSUSE_11.3". | ||
| - | <pre>$ sudo zypper addrepo -f http://download.meego.com/live/devel:/tools:/sdk:/host/${distribution}/devel:tools:sdk:host.repo | + | <pre>$ 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</pre> | |
</li> | </li> | ||
</ul> | </ul> | ||
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