KF5/Getting Started/Source Code/en: Difference between revisions

From KDE TechBase
(Importing a new version from external source)
 
(Updating to match new version of source page)
 
Line 1: Line 1:
{{Proposed_deletion|reason=The important info from this page is available on community, either under Get Involved or Infrastructure}}
<languages />
<languages />



Latest revision as of 09:52, 10 February 2019

 
Proposed for Deletion
This page has been proposed for deletion for the following reason:

The important info from this page is available on community, either under Get Involved or Infrastructure


 
Under Construction
This is a new page, currently under construction!


Introduction

All KDE Software is free and open source. You are free to view, use and make changes to the code in line with the (L)GPL family of licences. This page describes how this source code is organised and how it can be obtained.

Source Repositories and Revision Control

The KDE Community uses a central online Revision Control system to store all our Source Code and to track changes made to the code. The KDE Community uses Git for most KDE Projects, although some projects still use Subversion. Most developers will only need to use Git, although some familiarity with Subversion may occasionally be required.

Browsing The Code

There are a number of ways to browse or search the code online:

Obtaining The Source Code

TODO: Detailed instructions or link to existing???

There are three main ways to download a copy of the source code:

  • Directly access the Source Repository to copy the source code as it currently is with a full history of all changes. In Git this is know as Cloning the repository, in Subversion it is Checking-Out the code. This is most commonly done if you want to actively develop the code.
  • Download a tarball snapshot of the Source Repository to bootstrap a Git clone or Subversion checkout. This is a good option if you have a slow or unreliable internet connection. See the Source Snapshots page for more details.
  • Download a tarball snapshot of just the code as at a given time or release. This is most commonly done if you do not want to develop the code itself but just want to use it for a stable system installation, testing a release, or developing applications outside of the KDE Community.

Note that "Checkout" has a different meaning in Git than it does in Subversion.

OLD Stuff To Be Reworked

KDE Base Applications

The KDE Base Applications group is defined as those basic applications that are required by the Workspace and other Applications, such as file management, terminal emulation and text editing.

The KDE Base Applications are available from Git:

KDE Applications

The KDE Applications group is defined as those KDE modules built on the KDE Development Platform that are hosted by the KDE infrastructure and are released as part of the regular KDE Release Cycle, i.e. they are part of the KDE SC.

The KDE Applications group is currently split between Git and SVN: