(→Introduction to MeeGo 1.1) |
m (→Alternative development approaches) |
||
| (13 intermediate revisions not shown) | |||
| Line 4: | Line 4: | ||
== Introduction to MeeGo 1.1== | == Introduction to MeeGo 1.1== | ||
| - | + | [http://meego.com/downloads/releases/1.1/meego-v1.1-sdk MeeGo 1.1 SDK release notes] <br/> | |
[[SDK/Docs/1.1/MeeGo_overview| MeeGo application development overview]] <br/> | [[SDK/Docs/1.1/MeeGo_overview| MeeGo application development overview]] <br/> | ||
[[SDK/Docs/1.1/MeeGo_developer_story| MeeGo developer story]]<br/> | [[SDK/Docs/1.1/MeeGo_developer_story| MeeGo developer story]]<br/> | ||
| Line 17: | Line 17: | ||
==API references== | ==API references== | ||
| - | MeeGo 1.1 release provides two API reference libraries for development work: | + | The MeeGo 1.1 release provides two API reference libraries for development work: |
* [http://apidocs.meego.com/1.1/core/html/index.html MeeGo API reference] includes the official API set for MeeGo application development. For MeeGo API, compatibility with future MeeGo releases is guaranteed. | * [http://apidocs.meego.com/1.1/core/html/index.html MeeGo API reference] includes the official API set for MeeGo application development. For MeeGo API, compatibility with future MeeGo releases is guaranteed. | ||
| - | * [http://apidocs.meego.com/1.1/platform/html/index.html MeeGo Platform API reference] extends the official MeeGo API by providing additional functionality. However, the Platform API is '''not''' guaranteed to be compatible with future MeeGo releases. | + | * [http://apidocs.meego.com/1.1/platform/html/index.html MeeGo Platform API reference] extends the official MeeGo API by providing additional functionality. However, the Platform API is '''not''' guaranteed to be compatible with future MeeGo releases. |
| - | + | ||
| - | + | ||
== UI guidelines == | == UI guidelines == | ||
| Line 28: | Line 26: | ||
== Setting up your development environment == | == Setting up your development environment == | ||
| + | |||
| + | [[SDK/Docs/1.1/MeeGo_1.1_SDK_Host_OS_Support|Supported guest operating systems]] | ||
| + | |||
=== Linux === | === Linux === | ||
[[SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Linux|Installing and configuring MeeGo SDK for Linux]]<br/> | [[SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Linux|Installing and configuring MeeGo SDK for Linux]]<br/> | ||
| Line 34: | Line 35: | ||
=== Windows === | === Windows === | ||
| - | + | [[SDK/Docs/1.1/Getting_started_with_the_MeeGo_SDK_for_Windows|Installing and configuring MeeGo SDK for Windows]] | |
| - | [[ | + | |
| - | + | ||
| - | + | ||
=== Setting up your device=== | === Setting up your device=== | ||
| Line 54: | Line 52: | ||
== Alternative development approaches == | == Alternative development approaches == | ||
| - | [[SDK/Docs/1.1/MeeGo_SDK_with_Xephyr|Developing with Xephyr]]<br/> | + | * May 2011: [http://software.intel.com/en-us/blogs/2011/05/23/a-step-by-step-guide-build-a-virtual-meego-tablet-on-oracle-virtualbox-for-meego-apps-development-and-testing/ Developing with Virtualbox] |
| - | [[SDK/Docs/1.1/Building_a_MeeGo_chroot_on_Linux|Creating a MeeGo chroot]] <br/> | + | *[[SDK/Docs/1.1/MeeGo_SDK_with_Xephyr|Developing with Xephyr]]<br/> |
| - | [[SDK/Docs/1.1/Configuring QEMU runtimes|Setting up the emulator]]<br/> | + | *[[SDK/Docs/1.1/Building_a_MeeGo_chroot_on_Linux|Creating a MeeGo chroot]] <br/> |
| + | *[[SDK/Docs/1.1/Configuring QEMU runtimes|Setting up the emulator]]<br/> | ||
| + | |||
| + | == SDK troubleshooting == | ||
| + | |||
| + | [[SDK/Docs/1.1/Troubleshooting|Troubleshooting]] | ||
| + | |||
| + | [[Category:SDK]] | ||
| + | [[Category:Application-developer]] | ||
| + | [[Category:Devguide]] | ||
| + | [[Category:Meego-1.1]] | ||
Contents
|
MeeGo 1.1 developer documentation includes the following sections.
MeeGo 1.1 SDK release notes
MeeGo application development overview
MeeGo developer story
MeeGo SDK terminology
MeeGo architecture overview
MeeGo architecture layer view
MeeGo architecture domain view
MeeGo architecture API view
The MeeGo 1.1 release provides two API reference libraries for development work:
UI design principles
UI design guidelines
Supported guest operating systems
Installing and configuring MeeGo SDK for Linux
Checking your system's graphics capabilities
Installing and configuring MeeGo SDK for Windows
Setting up your N900 device
Setting up your Netbook
Setting up Aava
Developing for MeeGo
Creating and running your first application
Debugging with Qt Creator
Example Qt applications
Developing Web Runtime applications