Meego Wiki
Views

SDK/Tablet/MeeGo Tablet SDK 1.2 Preview for Linux/Download the SDK

From MeeGo wiki
< SDK | Tablet | MeeGo Tablet SDK 1.2 Preview for Linux(Difference between revisions)
Jump to: navigation, search
(Created page with "<h2>Run the MeeGo SDK Installer</h2> Download and run the installation script: <table border='1' cellpadding='3px' style="padding: 0em"> <tr><th>Description</th><th>Download L…")
(categorise, wikify)
 
(7 intermediate revisions not shown)
Line 1: Line 1:
-
<h2>Run the MeeGo SDK Installer</h2>
+
== Run the MeeGo SDK Installer ==
 +
 
Download and run the installation script:  
Download and run the installation script:  
-
<table border='1' cellpadding='3px' style="padding: 0em">
+
{| class="wikitable"
-
<tr><th>Description</th><th>Download Link</th></tr>
+
|+ Download information
-
+
|-
-
<tr>
+
! Description !! Download Link
-
    <td>Tablet SDK installer 1.2 preview with  tablet skin</td>
+
|-
-
    <td>[http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online  meego-sdk-installer-online]</td>
+
| Tablet SDK installer 1.2 preview || [http://download3.meego.com/MeeGoSDK/Linux/installer/meego-sdk-installer-online  meego-sdk-installer-online]
-
    </tr>
+
|}
-
</table>
+
 
 +
$ chmod +x ./meego-sdk-installer-online
 +
$ sudo -E ./meego-sdk-installer-online --verbose
-
<code>
+
Note that --verbose is  optional and "-E" is to preserve the environment (especially for <code>http_proxy</code>).
-
$ tar xvzf <downloaded file>
+
-
$ cd meego-sdk-installer
+
-
$ sudo ./meego-sdk-install
+
-
</code>
+
-
Note: it will install the image Praj created on Feb 13 for MWC<br>
+
The installer will use "<code>sudo</code>" during the installation. If you have proxy setting, make sure the proxy setting can be passed through to the sudoers. You can use "<code>sudo -E</code>" to preserve the environment or you need to add:
-
        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 need to add<br><br>
+
Defaults env_keep += "http_proxy https_proxy no_proxy"
-
Defaults env_keep += "http_proxy https_proxy no_proxy"<br><br>
+
into <code>/etc/sudoers</code>.
-
into /etc/sudoers. Even you run the installer with root, you still need to configure that!
+
-
<h2>Installer Overview</h2>
+
You can also use root to start "<code>./meego-sdk-installer-online</code>". Also, please make sure your proxy setting is correct.
-
The installation script does the following:
+
-
<ol>
+
-
<li><strong>Removes previous installations of the SDK</strong><br>
+
-
Old packages and toolchains can create invalid configurations.</li>
+
-
<li><strong>Adds a meego-sdk repository configuration file</strong></li>
+
-
  <li><strong>Installs 6 main packages, plus dependencies</strong>: <br>
+
-
<ul>
+
-
<li>madde                    (used to configure the build toolchain)</li>
+
-
<li>meego-qemu-ia32          (qemu runtime configuration)</li>
+
-
  <li>qemu-gl                  (gl-accelerated virtual machine with device skins)</li>
+
-
  <li>meego-sdk-i586-toolchain  (meego toolchain)</li>
+
-
  <li>meego-sdk-qtcreator      (Qt Creator for MeeGo)</li>
+
-
  <li>qt-tools                  (Useful development tools for Qt development)</li>
+
-
</ul>
+
-
</li>
+
-
<li><strong>Downloads the MeeGo QEMU runtime</strong> <br>
+
-
The SDK uses an emulator (QEMU) to load a MeeGo runtime image in a window on your workstation. This emulates a target device running the MeeGo OS and allows you to run and debug your application without requiring a device.  This download is ~650MB.
+
-
</li>
+
-
<li><strong>Downloads the MeeGo toolchain</strong><br>
+
-
The SDK uses a toolchain to build applications on your host that will run on MeeGo.  Inside Qt Creator the toolchain is referred to as a "Target".  This download is ~250MB.</li>
+
-
</ol>
+
-
If you have trouble with the script, you can walk through the manual steps[http://wiki.meego.com/SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Linux Getting_started_with_the_MeeGo_SDK_for_Linux]
+
-
<h2>Next Step</h2>
+
note: SDK without using the installer - http://download.meego.com/live/Tools:/SDK:/Host
-
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>.
+
-
<h2> Add Tablet targets </h2>
+
[[Category:SDK]]
-
We use meego-sdk-update-target tool to add new target. For detailed usage of meego-sdk-update-target, please refer to [http://wiki.meego.com/SDK/Tutorials/Add_a_new_target Add a new target]
+
[[Category:Meego-1.2]]
 +
[[Category:Linux]]

Latest revision as of 14:05, 14 April 2011

Run the MeeGo SDK Installer

Download and run the installation script:

Download information
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 --verbose

Note that --verbose is optional and "-E" is to preserve the environment (especially for http_proxy).

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.

You can also use root to start "./meego-sdk-installer-online". Also, please make sure your proxy setting is correct.

note: SDK without using the installer - http://download.meego.com/live/Tools:/SDK:/Host

Personal tools