| Line 12: | Line 12: | ||
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. | 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. | ||
<table border='1' cellpadding='3px' style="padding: 0em"> | <table border='1' cellpadding='3px' style="padding: 0em"> | ||
| - | <tr><td>Toolchain</td><td>MeeGo-compatible compiler and tools</td><td>21 MB</td> | + | <tr><th>Component</th><th>Description</th><th>Installed Size</th></tr> |
| - | <tr><td>Build libraries</td><td>MeeGo-compatible build libraries for compiling MeeGo applications on your host</td><td>836 MB</td> | + | <tr><td>Toolchain</td><td>MeeGo-compatible compiler and tools</td><td align="right">21 MB</td> |
| - | <tr><td>Virtual machine image</td><td>The MeeGo image used in the virtual machine or with chroot</td><td>2.92 GB</td></tr> | + | <tr><td>Build libraries</td><td>MeeGo-compatible build libraries for compiling MeeGo applications on your host</td><td align="right">836 MB</td> |
| + | <tr><td>Virtual machine image</td><td>The MeeGo image used in the virtual machine or with chroot</td><td align="right">2.92 GB</td></tr> | ||
</table> | </table> | ||
The MeeGo SDK is made up of the following components (file sizes may vary between operating system)
| 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 |
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.
| 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 |
On Windows either Microsoft Visual C++ compiler or MinGW compiler is needed.
| 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) |