|
|
(4 intermediate revisions by 3 users not shown) |
Line 1: |
Line 1: |
| == Git repositories ==
| | #redirect[[Plasma/Active/Development]] |
| To get the development tree of the main repository of the Contour project simply do:
| |
| | |
| <nowiki>
| |
| git clone git://anongit.kde.org/contour
| |
| </nowiki>
| |
| | |
| == 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 [http://techbase.kde.org/Getting_Started Getting started] tutorial.
| |
| | |
| === Plasma mobile ===
| |
| | |
| The plasma-mobile Git repository can be obtained with:
| |
| | |
| <nowiki>
| |
| | |
| git clone git://anongit.kde.org/plasma-mobile
| |
| | |
| </nowiki>
| |
| | |
| === 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
| |
| <nowiki>
| |
| # Add sebas' home repo containing Plasma Active
| |
| zypper ar \
| |
| http://download.opensuse.org/repositories/home:/vizzzion/kde-unstable/ \
| |
| plasma-active
| |
| | |
| zypper install qt-mobility-devel
| |
| </nowiki>
| |
| or built from source, as described in the official Qt mobility [http://doc.qt.nokia.com/qtmobility-1.1-tp/installation.html installation documentation]
| |