Getting Started: Difference between revisions

From KDE TechBase
No edit summary
Line 1: Line 1:
{{warning|These pages are currently being completely re-written to reflect the new KDE infrastructure and may not be in a consistent state.  Information and commands on some page may no longer be valid and should be used with care.}}
{{Template:I18n/Language Navigation Bar|Getting_Started}}  
{{Template:I18n/Language Navigation Bar|Getting_Started}}  


{{warning|This page is yet to be reviewed for changes required by the migration to GitInformation and commands on this page may no longer be valid and should be used with care. Please see the [[Development/Git|KDE Git hub page]] for more details. }}
== Introduction ==
This section of KDE TechBase is designed to help get you started in participating in the technical side of the KDE communityIt will explain to you how KDE Software is structured and built.
 
There are many other ways you can


== 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.
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.


Line 14: Line 18:
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.
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.
The table below provides some guidance in making this decision, but before you start building please read the rest of the pages for more detailed information on Getting Started.
 
<table border="1" width="100%" cellpadding="5">
  <tr>
    <td width="75%">'''Usage'''</td>
    <td width="25%">'''Method'''</td>
  </tr>
  <tr>
    <td width="75%">Everyday use of the KDE Workspace or Applications</td>
    <td width="25%" style="background: #FFEFD3">'''Official Release'''</td>
  </tr>
  <tr>
    <td width="75%">Developing an application using the stable KDE Development Platform outside of the KDE development infrastructure.</td>
    <td width="25%" style="background: #FFEFD3">'''Official Release'''</td>
  </tr>
</table>
 
Methods:
<table border="1" width="100%" cellpadding="5">
  <tr>
    <td width="25%">'''Method'''</td>
    <td width="75%">'''Description'''</td>
  </tr>
  <tr>
    <td width="25%" style="background: #FFEFD3">'''Official Release'''</td>
    <td width="75%">Install an official stable release of KDE Software using your distributions standard software installer.  For developers also install the development packages as required.</td>
  </tr>
</table>
 
Old table:


<table border="1" width="100%" cellpadding="5">
<table border="1" width="100%" cellpadding="5">

Revision as of 18:57, 5 March 2011

Warning
These pages are currently being completely re-written to reflect the new KDE infrastructure and may not be in a consistent state. Information and commands on some page may no longer be valid and should be used with care.



Getting_Started


Introduction

This section of KDE TechBase is designed to help get you started in participating in the technical side of the KDE community. It will explain to you how KDE Software is structured and built.

There are many other ways you can

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 pages for more detailed information on Getting Started.

Usage Method
Everyday use of the KDE Workspace or Applications Official Release
Developing an application using the stable KDE Development Platform outside of the KDE development infrastructure. Official Release

Methods:

Method Description
Official Release Install an official stable release of KDE Software using your distributions standard software installer. For developers also install the development packages as required.

Old table:

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 for the next release. 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 snapshots either on Kubuntu or openSUSE Build a Stable branch from source Build KDE Software from Source

Getting Help

If you are looking for help in using the KDE Workspace or KDE Applications then please visit the KDE UserBase.

If you have any questions or problems with building or developing KDE Software please feel free to ask for help. However, be patient while waiting for a response, and try to work through the problem yourself, we aren't going to do it all for you. Working your way through and understanding why something doesn't work is a good way to learn how to do things the right way.

Installing KDE Software for daily use

If you just want to use stable KDE software for your everyday computing needs, then you do not need to build KDE Software for yourself. You should instead use the software installer provided by your Linux distribution or for your platform. The best place to learn how to do this is through your distributions normal support channels, although you may find some useful information on the following pages:

This is also a good choice if you wish to develop a KDE Application outside of the main KDE Software Compilation, as it is quicker to set up and a more stable API to target. In this case you will need to ensure you install the required development packages for the KDE Development Platform.

Building and Running KDE Software From Source

There are a series of steps you need to understand and follow to successfully build KDE Software from source. The following sections will take you through the process:

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 a graphical IDE for your development work:

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.