Meego Wiki
Views

SDK/Docs/1.2/MeeGo SDK 1.2 Components

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
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 [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)
 +
=== Tools ===
<table border='1' cellpadding='3px' style="padding: 0em">
<table border='1' cellpadding='3px' style="padding: 0em">
  <tr><th>Component</th><th>Description</th><th>Installed Size</th></tr>
  <tr><th>Component</th><th>Description</th><th>Installed Size</th></tr>
Line 19: Line 20:
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 border='1' cellpadding='3px' style="padding: 0em">
<table border='1' cellpadding='3px' style="padding: 0em">
-
  <tr><th>Component</th><th>Description</th><th>Installed Size</th></tr>
+
  <tr><th>Component</th><th>Description</th></tr>
-
  <tr><td>Microsoft Visual Studio 8</td><td>Cross-platform Qt IDE</td><td align="right">143 MB</td></tr>
+
  <tr><td>Microsoft Visual Studio 8</td><td>Cross-platform Qt IDE</td></tr>
-
  <tr><td>MinGW</td><td>MinGW description</td><td><td></tr>
+
  <tr><td>MinGW</td><td>Open source compiler and programming tools for Windows</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>
+
  <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></tr>
</table>
</table>

Revision as of 18:33, 30 March 2011

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

Tools

ComponentDescriptionInstalled Size
Qt CreatorCross-platform Qt IDE143 MB
Qt SimulatorQt / Qt Mobility simulation environment800 MB
QEMU Virtual MachineUsed to boot a MeeGo image on your host system11 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.

ToolchainMeeGo-compatible compiler and tools21 MB
Build librariesMeeGo-compatible build libraries for compiling MeeGo applications on your host836 MB
Virtual machine imageThe MeeGo image used in the virtual machine or with chroot2.92 GB

Windows

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

ComponentDescription
Microsoft Visual Studio 8Cross-platform Qt IDE
MinGWOpen source compiler and programming tools for Windows
vcredist_x86.exe(Windows XP only) Microsoft Visual C++ 2008 SP1 Redistributable Package (x86)
Personal tools