|
|
(8 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.
| |
| | |
| The plasma-mobile Git repository can be obtained with:
| |
| | |
| <nowiki>
| |
| | |
| git clone git://anongit.kde.org/plasma-mobile
| |
| | |
| </nowiki>
| |