Plasma/Active/Contour/Development: Difference between revisions

From KDE Community Wiki
< Plasma‎ | Active‎ | Contour
No edit summary
Line 8: Line 8:
</nowiki>
</nowiki>


=== Dependencies ===
== Dependencies ==
The Contour project, as part of Plasma Active is built on top of the KDE platform and the plasma-mobile Git repository.
The Contour project, as part of Plasma Active is built on top of the KDE platform and the plasma-mobile Git repository.


To build the KDE platform, please follow the [http://techbase.kde.org/Getting_Started Getting started] tutorial.
To build the KDE platform, please follow the [http://techbase.kde.org/Getting_Started Getting started] tutorial.


==== Plasma mobile ====
=== Plasma mobile ===


The plasma-mobile Git repository can be obtained with:
The plasma-mobile Git repository can be obtained with:
Line 23: Line 23:
   </nowiki>
   </nowiki>


==== Qt Mobility ====
=== Qt Mobility ===


To build the Contour repository it's necessary to have installed Qt mobility 1.1 or newer.
To build the Contour repository it's necessary to have installed Qt mobility 1.1 or newer.

Revision as of 15:07, 11 April 2011

Git repositories

To get the development tree of the main repository of the Contour project simply do:

git clone git://anongit.kde.org/contour

Dependencies

The Contour project, as part of Plasma Active is built on top of the KDE platform and the plasma-mobile Git repository.

To build the KDE platform, please follow the Getting started tutorial.

Plasma mobile

The plasma-mobile Git repository can be obtained with:

 

  git clone git://anongit.kde.org/plasma-mobile

  

Qt Mobility

To build the Contour repository it's necessary to have installed Qt mobility 1.1 or newer.

This can be either installed as a pre-built package from a repository, like the official Plasma Active repository

 

  # Add sebas' home repo containing Plasma Active
  zypper ar \
   http://download.opensuse.org/repositories/home:/vizzzion/kde-unstable/ \
   plasma-active

  

or built from source, as described in the official Qt mobility installation documentation