Plasma/Active/Contour/Development: Difference between revisions

From KDE Community Wiki
< Plasma‎ | Active‎ | Contour
(Created page with '== Git repositories == To get the development tree of the main repository of the Contour project simply do: <nowiki> git clone git://anongit.kde.org/contour </nowiki> === Depe...')
 
Line 1: Line 1:
== Git repositories ==
== Git repositories ==
To get the development tree of the main repository of the Contour project simply do:
To get the development tree of the main repository of the Contour project simply do:
<nowiki>
<nowiki>
   git clone git://anongit.kde.org/contour
   git clone git://anongit.kde.org/contour
</nowiki>
</nowiki>


Line 11: Line 14:


The plasma-mobile Git repository can be obtained with:
The plasma-mobile Git repository can be obtained with:
<nowiki>
<nowiki>
   git clone git://anongit.kde.org/plasma-mobile
   git clone git://anongit.kde.org/plasma-mobile
</nowiki>
</nowiki>

Revision as of 16:52, 7 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.

The plasma-mobile Git repository can be obtained with:

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