Installing mad-developer component for MeeGo Netbook and Tablet devices: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Add "cleanup" tag)
(Convert ExpressionEngine links)
Line 7: Line 7:
= Installing mad-developer component for MeeGo Netbook and Tablet devices =
= Installing mad-developer component for MeeGo Netbook and Tablet devices =


The native "MeeGo SDK 1.2":https://meego.com/downloads contains a newer version of Qt Creator which requires mad-developer to be present on the remove device for debugging or testing. Users of MeeGo netbooks and tablets should open a terminal and execute the following command:
The native [https://meego.com/downloads MeeGo SDK 1.2] contains a newer version of Qt Creator which requires mad-developer to be present on the remove device for debugging or testing. Users of MeeGo netbooks and tablets should open a terminal and execute the following command:


<code>sudo zypper install mad-developer<code>
<code>sudo zypper install mad-developer<code>
Line 13: Line 13:
== See Also ==
== See Also ==


* "Installing mad-developer component for MeeGo Netbook and Tablet devices":http://appdeveloper.intel.com/en-us/article/rpm-files-mad-developer-meego-netbook-users
* [http://appdeveloper.intel.com/en-us/article/rpm-files-mad-developer-meego-netbook-users Installing mad-developer component for MeeGo Netbook and Tablet devices]

Revision as of 15:02, 4 March 2015

This article may require cleanup to meet the Qt Wiki's quality standards. Reason: Auto-imported from ExpressionEngine.
Please improve this article if you can. Remove the {{cleanup}} tag and add this page to Updated pages list after it's clean.

Installing mad-developer component for MeeGo Netbook and Tablet devices

The native MeeGo SDK 1.2 contains a newer version of Qt Creator which requires mad-developer to be present on the remove device for debugging or testing. Users of MeeGo netbooks and tablets should open a terminal and execute the following command:

sudo zypper install mad-developer

See Also