Contents |
Download and run the installation script:
| Description | Download Link |
|---|---|
| Tablet SDK installer 1.2 preview | meego-sdk-installer-online |
$ chmod +x ./meego-sdk-installer-online
$ sudo -E ./meego-sdk-installer-online
Note: it will install the image Praj created on Feb 13 for MWC
The installer will use "sudo" during the installation. If you have proxy setting, make sure the proxy setting can be passed through to the sudoers. You can use "sudo -E" to preserve the environment or you need to add
Defaults env_keep += "http_proxy https_proxy no_proxy"
into /etc/sudoers. Even you run the installer with root, you still need to configure that!
The installation script does the following:
If you have trouble with the script, you can walk through the manual stepsGetting_started_with_the_MeeGo_SDK_for_Linux
Once you have downloaded the SDK components you are ready to <a href="https://otcshare.org/meego-tablet/node/280">configure Qt Creator to develop MeeGo applications</a>.
We use meego-sdk-update-target tool to add new target. For detailed usage of meego-sdk-update-target, please refer to Add a new target