Meego Wiki
Views

SDK/Docs/1.1/MeeGo developer story

From MeeGo wiki
(Difference between revisions)
Jump to: navigation, search
(Optional section)
Line 2: Line 2:
'''This is a draft (2010-10-21)'''
'''This is a draft (2010-10-21)'''
-
 
-
'''This should incorporate content from [[MeeGo SDK Development Options]]'''
 
= Update to developer story on www.meego.com/developers =
= Update to developer story on www.meego.com/developers =

Revision as of 12:11, 1 November 2010


This is a draft (2010-10-21)

Contents

Update to developer story on www.meego.com/developers

MeeGo applications are written in C++, Web technologies, and QML with tools provided by the MeeGo community:

  • Currently, the main development environment is MeeGo SDK, which allows developers to create native applications using Qt/C++ and Qt Quick. MeeGo SDK is based on the Qt Creator and contains support for Qt 4.7 and Qt Mobility 1.0.2 frameworks.
  • Web Runtime (WRT) developers can use an additional SDK based on open-source technology, called Web SDK.

Both SDKs integrate into the standard development process:

  1. Developing
  2. Debugging
  3. Packaging
  4. Distributing

We take the image from www.meego.com/developers/Developer Story.


Developing

The MeeGo SDK is a tool that allows a developer to create binaries for a range of devices from a single code base. The SDK supports the simulation of MeeGo devices, so developers can create software without an actual MeeGo device. Currently, there are versions of MeeGo SDK for popular development platforms such as Linux and Windows.

The Web SDK permits web technologies, such as JavaScript/HTML/CSS, to be used to create MeeGo applications. It is also possible to create hybrid applications by wrapping a WRT application with a Qt/C++ object. This SDK is also available for several development platforms.

Debugging

MeeGo SDK supports on-device debugging, as well as debugging within a MeeGo simulator. This is integrated into the IDE so developers can step through their code, insert breakpoints, and carry out other standard debugging activities.

Web SDK supports debugging WRT applications within a simulated MeeGo device web runtime.

Packaging

MeeGo SDK generates packages for deploying software to MeeGo devices. For example, when testing software on a MeeGo device from MeeGo SDK, the software is packaged, sent to the device and installed.

WRT applications for MeeGo are packaged using the standards-based W3C Widget Packaging and Configuration specification.

Distributing

Once a MeeGo application has been packaged, it can be distributed in different ways. One approach is to use the infrastructure supplied by the MeeGo project for the distribution of free, open-source applications; another approach is to submit the package to an application store.

Personal tools