Meego Wiki
Views

SDK/Tablet/MeeGo Tablet SDK 1.2 Preview for Linux

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
This document describes how to setup the MeeGo Tablet SDK 1.2 Preview on your Linux workstation.  It includes:
This document describes how to setup the MeeGo Tablet SDK 1.2 Preview on your Linux workstation.  It includes:
<ul>
<ul>
-
   <li>SDK setup and configuration, including Qt Creator IDE</li>
+
   <li>SDK setup</li>
   <li>Guidance for creating a basic MeeGo Touch Framework (MTF) application</li>
   <li>Guidance for creating a basic MeeGo Touch Framework (MTF) application</li>
   <li>Steps for running & debugging the application in the MeeGo tablet emulator, based on QEMU</li>
   <li>Steps for running & debugging the application in the MeeGo tablet emulator, based on QEMU</li>
Line 8: Line 8:
<h1>Prerequisites</h1>
<h1>Prerequisites</h1>
<ul>
<ul>
-
<li><strong>Linux distribution</strong>:  You should be running a reasonably modern Linux distribution.  The following have been validated (32-bit versions only):  Fedora 12, Fedora 13, Ubuntu 9.10, Ubuntu 10.04, Ubuntu 10.10.  Additional Linux distribution may work and will be validated and supported in time.  Specifically, support for 64-bit versions of the above along with OpenSuSE 11.2 and 11.3.</li>
+
<li><strong>Linux distribution</strong>:  You should be running a reasonably modern Linux distribution.  The following have been validated (32-bit versions only):  Fedora 12, Fedora 13, Ubuntu 9.10, Ubuntu 10.04, Ubuntu 10.10.  Additional Linux distribution may work and will be validated and supported in time. </li>
<li><strong>Hardware</strong>:  You should be running reasonably modern hardware, such as 32-bit Intel Core 2 CPU.</li>
<li><strong>Hardware</strong>:  You should be running reasonably modern hardware, such as 32-bit Intel Core 2 CPU.</li>
<li><strong>Root privileges</strong>:  You will need to install components on your host that will require root privileges.  For convenience it is recommended that you setup "sudo" capabilities (edit /etc/sudoers) to easily switch between root and normal user privileges. In case the proxy is needed, make sure to add "Default env_keep += "http_proxy https_proxy no_proxy" into /etc/sudoers. </li>
<li><strong>Root privileges</strong>:  You will need to install components on your host that will require root privileges.  For convenience it is recommended that you setup "sudo" capabilities (edit /etc/sudoers) to easily switch between root and normal user privileges. In case the proxy is needed, make sure to add "Default env_keep += "http_proxy https_proxy no_proxy" into /etc/sudoers. </li>
Line 18: Line 18:
<ol>
<ol>
  <li><strong>[http://wiki.meego.com/SDK/Tablet/MeeGo_Tablet_SDK_1.2_Preview_for_Linux/Download_the_SDK Download the SDK]</strong></li>
  <li><strong>[http://wiki.meego.com/SDK/Tablet/MeeGo_Tablet_SDK_1.2_Preview_for_Linux/Download_the_SDK Download the SDK]</strong></li>
-
  <li><strong>[http://wiki.meego.com/SDK/Tablet/MeeGo_Tablet_SDK_1.2_Preview_for_Linux/Configure_Qt_Creator_to_Develop_MeeGo_Applications Configure Qt Creator to Develop MeeGo Applications]</strong></li>
+
  <li><strong>[http://wiki.meego.com/SDK/Tablet/MeeGo_Tablet_SDK_1.2_Preview_for_Linux/Configure_Qt_Creator_to_Develop_MeeGo_Applications Using Qt Creator to Develop MeeGo Applications]</strong></li>
</ol>
</ol>

Revision as of 03:32, 24 March 2011

This document describes how to setup the MeeGo Tablet SDK 1.2 Preview on your Linux workstation. It includes:

  • SDK setup
  • Guidance for creating a basic MeeGo Touch Framework (MTF) application
  • Steps for running & debugging the application in the MeeGo tablet emulator, based on QEMU

Prerequisites

  • Linux distribution: You should be running a reasonably modern Linux distribution. The following have been validated (32-bit versions only): Fedora 12, Fedora 13, Ubuntu 9.10, Ubuntu 10.04, Ubuntu 10.10. Additional Linux distribution may work and will be validated and supported in time.
  • Hardware: You should be running reasonably modern hardware, such as 32-bit Intel Core 2 CPU.
  • Root privileges: You will need to install components on your host that will require root privileges. For convenience it is recommended that you setup "sudo" capabilities (edit /etc/sudoers) to easily switch between root and normal user privileges. In case the proxy is needed, make sure to add "Default env_keep += "http_proxy https_proxy no_proxy" into /etc/sudoers.

For guidance on understanding some documentation formatting, see the Documentation Notes.

The installation steps are broken into two topics:

  1. Download the SDK
  2. Using Qt Creator to Develop MeeGo Applications
Personal tools