MeeGo Developer Story
MeeGo applications are written in C++ using the MeeGo SDK, which includes Qt 4.6.2. The MeeGo SDK is currently targeted specifically for development on a Linux workstation, with detailed instructions for creating and debugging MeeGo applications.
Develop | Debug | Package | Distribute |
Develop
The MeeGo SDK creates a virtual environment on your workstation that is like developing directly on a MeeGo OS-based system. This allows you to easily build against the MeeGo version of Qt (4.6.2) as well as other MeeGo platform libraries, if needed.
Debug
Debugging your application can be done with any of the following:
- Start your application directly from the virtual environment. Your application window will appear on your Linux workstation (screenshot)
- Use Xephyr to run your application inside the MeeGO OS UI. (screenshot) The version of Xephyr for MeeGo is enhanced with DRI2 support and hardware accelerated graphics.
- Debug your application on your Netbook
Package
Create a standard RPM-format package for your MeeGo application.
Distribute
The RPM package can be submitted to one of the various application stores.