Difference between revisions of "Getting Started"

From WebOS-Ports
Jump to navigation Jump to search
(Created page with "== How to get started as a developer? == === QML Apps === We have various apps and components written in QML. By using stub data you'll be able to use most of them on a desk...")
 
(Installation instructions for QtCreator)
Line 7: Line 7:
 
What you will need:
 
What you will need:
  
* QtCreator (included with Qt which can be downloaded from https://www.qt.io/download/)
+
* QtCreator (included with Qt which can be downloaded from https://www.qt.io/download/) or installed on Linux using one of these commands:
 +
*; Ubuntu/Debian
 +
*: sudo apt-get install qtcreator
 +
*; Fedora
 +
*: yum install qt-creator
 +
*; Gentoo
 +
*: emerge dev-qt/qt-creator
 +
 
 
* luneos-components (This is our shared library of components used across various QML apps and can be found at https://github.com/webOS-ports/luneos-components)
 
* luneos-components (This is our shared library of components used across various QML apps and can be found at https://github.com/webOS-ports/luneos-components)
 
* Our QML apps being:
 
* Our QML apps being:

Revision as of 15:31, 1 January 2016

How to get started as a developer?

QML Apps

We have various apps and components written in QML. By using stub data you'll be able to use most of them on a desktop for agile development :)

What you will need:

  • QtCreator (included with Qt which can be downloaded from https://www.qt.io/download/) or installed on Linux using one of these commands:
    Ubuntu/Debian
    sudo apt-get install qtcreator
    Fedora
    yum install qt-creator
    Gentoo
    emerge dev-qt/qt-creator
  • FirstUse
  • Browser
  • Phone
  • webos-keyboard