Meego Wiki
Views

SDK/Docs/1.2/MeeGo SDK 1.2 Components

From MeeGo wiki
< SDK | Docs | 1.2(Difference between revisions)
Jump to: navigation, search
(Created page with "The [http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview MeeGo SDK] is made up of the following components (file sizes may vary between operating system) <table border='1' …")
(categorise, wikify link, wikify tables)
 
(4 intermediate revisions not shown)
Line 1: Line 1:
-
The [http://wiki.meego.com/SDK/Docs/1.2/MeeGo_SDK_1.2_Preview MeeGo SDK] is made up of the following components (file sizes may vary between operating system)
+
The [[SDK/Docs/1.2/MeeGo_SDK_1.2_Preview|MeeGo SDK]] is made up of the following components (file sizes may vary between operating system)
-
<table border='1' cellpadding='3px' style="padding: 0em">
+
=== Tools ===
-
<tr><th>Component</th><th>Description</th><th>Installed Size</th></tr>
+
 
-
<tr><td>[http://qt.nokia.com/products/developer-tools/ Qt Creator]</td><td>Cross-platform Qt IDE</td><td align="right">143 MB</td>
+
{| class="wikitable"
-
<tr><td>[http://doc.qt.nokia.com/qtsimulator-1.1/simulator-description.html Qt Simulator]</td><td>Qt / Qt Mobility simulation environment</td><td align="right">800 MB</td>
+
|+ Meego SDK tools
-
<tr><td>QEMU Virtual Machine</td><td>Used to boot a MeeGo image on your host system</td><td align="right">11 MB</td>
+
! Component !! Description !! Installed Size
-
<tr><td>Tablet Target</td><td>Toolchain, build libraries, and virtual machine (details below)</td><td></td>
+
|-
-
<tr><td>    &nbsp; Toolchain</td><td>MeeGo-compatible compiler and tools</td><td>21 MB</td>
+
| [http://qt.nokia.com/products/developer-tools/ Qt Creator] || Cross-platform Qt IDE || 143 MB
-
<tr><td>    &nbsp; Build libraries</td><td>MeeGo-compatible build libraries for compiling MeeGo applications on your host</td><td>836 MB</td>
+
|-
-
<tr><td>    &nbsp; Virtual machine image</td><td>The MeeGo tablet image used in the virtual machine (Could also be a handset or netbook image)</td><td>2.92 GB</td>
+
| [http://doc.qt.nokia.com/qtsimulator-1.1/simulator-description.html Qt Simulator] || Qt / Qt Mobility simulation environment || 800 MB
-
</tr>
+
|-
-
</table>
+
| QEMU Virtual Machine || Used to boot a MeeGo image on your host system || 11 MB
 +
|}
 +
 
 +
=== Targets ===
 +
A MeeGo "target" is a collection of 3 components: toolchain, build libraries, and virtual machine image, with device skin. Targets exist for x86 and ARM-based devices such as tablets, handsets, and netbooks. A developer must have one of the MeeGo targets installed and can have more if desired.
 +
 
 +
{| class="wikitable"
 +
|+ MeeGo SDK targets
 +
|-
 +
! Component !! Description !! Installed Size
 +
|-
 +
| Toolchain || MeeGo-compatible compiler and tools || 21 MB
 +
|-
 +
| Build libraries || MeeGo-compatible build libraries for compiling MeeGo applications on your host || 836 MB
 +
|-
 +
| Virtual machine image || The MeeGo image used in the virtual machine or with chroot || 2.92 GB
 +
|}
=== Windows ===
=== Windows ===
On Windows either Microsoft Visual C++ compiler or MinGW compiler is needed.
On Windows either Microsoft Visual C++ compiler or MinGW compiler is needed.
-
<table>
+
 
-
<tr><th>Component</th><th>Description</th><th>Installed Size</th></tr>
+
{| class="wikitable"
-
<tr><td>Microsoft Visual Studio 8</td><td>Cross-platform Qt IDE</td><td align="right">143 MB</td></tr>
+
|+ Windows MeeGo SDK components
-
<tr><td>MinGW</td><td>MinGW description</td><td><td></tr>
+
|-
-
<tr><td>[http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2 vcredist_x86.exe]</td><td>(Windows XP only) Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)</td><td><td></tr>
+
! Component !! Description
-
</table>
+
|-
 +
| Microsoft Visual Studio 8 || Microsoft SDK which includes the Visual C++ compiler
 +
|-
 +
| MinGW || Open source compiler and programming tools for Windows
 +
|-
 +
| [http://www.microsoft.com/downloads/en/details.aspx?FamilyID=a5c84275-3b97-4ab7-a40d-3802b2af5fc2 vcredist_x86.exe] || (Windows XP only) Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
 +
|}
 +
 
 +
[[Category:SDK]]
 +
[[Category:Meego-1.2]]

Latest revision as of 11:27, 14 April 2011

The MeeGo SDK is made up of the following components (file sizes may vary between operating system)

Tools

Meego SDK tools
Component Description Installed Size
Qt Creator Cross-platform Qt IDE 143 MB
Qt Simulator Qt / Qt Mobility simulation environment 800 MB
QEMU Virtual Machine Used to boot a MeeGo image on your host system 11 MB

Targets

A MeeGo "target" is a collection of 3 components: toolchain, build libraries, and virtual machine image, with device skin. Targets exist for x86 and ARM-based devices such as tablets, handsets, and netbooks. A developer must have one of the MeeGo targets installed and can have more if desired.

MeeGo SDK targets
Component Description Installed Size
Toolchain MeeGo-compatible compiler and tools 21 MB
Build libraries MeeGo-compatible build libraries for compiling MeeGo applications on your host 836 MB
Virtual machine image The MeeGo image used in the virtual machine or with chroot 2.92 GB

Windows

On Windows either Microsoft Visual C++ compiler or MinGW compiler is needed.

Windows MeeGo SDK components
Component Description
Microsoft Visual Studio 8 Microsoft SDK which includes the Visual C++ compiler
MinGW Open source compiler and programming tools for Windows
vcredist_x86.exe (Windows XP only) Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
Personal tools