Getting Started: Difference between revisions

From KDE TechBase
Line 23: Line 23:
   <td width="25%" style="background: #9FD6D2">'''Master (Recommended)'''
   <td width="25%" style="background: #9FD6D2">'''Master (Recommended)'''
<tr>
<tr>
   <td>''For the casual user, or a developer who is working on applications outside of KDE SC''
   <td>''For the casual user, or for application testers and developers who are working on applications outside of KDE SC''
   <td>''For application developers, testers or package managers who are not modifying the core of KDE SC''  
   <td>''For application testers and developers who's applications require features from the unstable branch''  
   <td>''For KDE SC and applications developers or testers that want to spend less time setting up a build system''
   <td>''For KDE SC and applications developers or testers that want to spend less time setting up a build system''
   <td>''For developers and testers working on core KDE SC functionality, and desire/need up-to-the-minute changes. Recommended for active developers.''
   <td>''For developers and testers working on core KDE SC functionality, and desire/need up-to-the-minute changes. Recommended for active developers.''
<tr>
<tr>
   <td rowspan=4>1. Use a [[/Distribution_Packages|Distribution with KDE]] to set up a fully functional KDE system in one step. Also install the "developer packages" if you want to compile KDE software
   <td rowspan=4> Use a [[/Distribution_Packages|Distribution with KDE]] to set up a fully functional KDE system in one step. Also install the "developer packages" if you want to compile KDE software
   <td>1. Install [[Getting_Started/Build/Requirements|Build Requirements]] from your distribution
   <td rowspan=4>Download and setup KDE SC on Kubuntu easily using [[Getting_Started/Using Project Neon to contribute to KDE|Project Neon]]
   <td>1. Install [[Getting_Started/Build/Requirements|Build Requirements]] from your distribution
   <td>1. Install [[Getting_Started/Build/Requirements|Build Requirements]] from your distribution
   <td>1. Install [[Getting_Started/Build/Requirements|Build Requirements]] from your distribution
   <td>1. Install [[Getting_Started/Build/Requirements|Build Requirements]] from your distribution
<tr>
<tr>
  <td rowspan=3>2. Download and setup KDE SC on Kubuntu easily using [[Getting_Started/Using Project Neon to contribute to KDE|Project Neon]]
   <td>2. Download KDE sources from [[Getting_Started/Sources/Anonymous_SVN|SVN]]
   <td>2. Download KDE sources from [[Getting_Started/Sources/Anonymous_SVN|SVN]]
   <td rowspan=2>3. [[Getting_Started/Build/KDE4|Download and Build KDE SC from Git]]
   <td rowspan=2>3. [[Getting_Started/Build/KDE4|Download and Build KDE SC from Git]]

Revision as of 13:15, 3 March 2011


Getting_Started


Warning
This page is yet to be reviewed for changes required by the migration to Git. Information and commands on this page may no longer be valid and should be used with care. Please see the KDE Git hub page for more details.


Introduction

There are several possible ways to build and install KDE software and the method you choose depends on what you want to do with the software once it is built.

You may want to:

  • Develop a standalone application using the KDE Platform
  • Develop one of the KDE Applications
  • Develop the KDE Workspace or the KDE Platform
  • Test the latest KDE Software or an earlier stable version

In particular, for application development you may only need to build some parts of the KDE SC while relying on the KDE Platform stable packages from your distribution.

The table below provides some guidance in making this decision, but before you start building please read the rest of the page for more detailed information on Getting Started.

Official Release Nightly Build Stable from Source Master (Recommended)
For the casual user, or for application testers and developers who are working on applications outside of KDE SC For application testers and developers who's applications require features from the unstable branch For KDE SC and applications developers or testers that want to spend less time setting up a build system For developers and testers working on core KDE SC functionality, and desire/need up-to-the-minute changes. Recommended for active developers.
Use a Distribution with KDE to set up a fully functional KDE system in one step. Also install the "developer packages" if you want to compile KDE software Download and setup KDE SC on Kubuntu easily using Project Neon 1. Install Build Requirements from your distribution 1. Install Build Requirements from your distribution
2. Download KDE sources from SVN 3. Download and Build KDE SC from Git
3. Build a stable 4.x release
4. Set up scripts to ease KDE development 4. Set up scripts to ease KDE development

Getting Help

If you have any questions or issues related to building and developing KDE feel free to ask us. However, be patient and do expect to be attempting to work through the issue as well (we aren't just going to do it all for you).

Source Repositories and Revision Control

KDE uses a common repository to store our Source Code and to track changes made to the code. Currently, KDE is in the middle of migrating our main repository from Subversion (SVN) to Git, so some software modules will be downloaded from Git and some from Subversion. This means you will need to become familiar with both systems.

For more information on using Git in KDE, please see the KDE Git page.

For more information on using Subversion, please see the following pages which may be outdated with regards to which modules live in SVN:

Development Tools

There are a number of Development Tools that are either required or helpful when building KDE Software. For these you will usually want to use the stable packages provided by your distribution.

You may want to use an graphical IDE for your development:

Building KDE

Instructions for building all or part of KDE SC on all the supported platforms can be found at Building KDE SC

Contributing To KDE

Once you have a copy of KDE built you can then start contributing back to KDE. The pages below will help you find out how you can help make KDE even better.