Getting Started/Build: Difference between revisions
No edit summary |
|||
Line 17: | Line 17: | ||
* [[/Mac_OS_X|Apple Mac OS X]] | * [[/Mac_OS_X|Apple Mac OS X]] | ||
* [[Getting_Started/Build/KDE4/on_virtual_machines|On a Virtual Machine]]. | * [[Getting_Started/Build/KDE4/on_virtual_machines|On a Virtual Machine]]. | ||
* [[/KDE4|Linux]] | |||
* [http://en.opensuse.org/KDE/Developing/Guide openSUSE Linux] | |||
* [[/Coexisting Versions|Coexisting Versions]]: Directions to build multiple KDE versions on the same machine simultaneously. | |||
== Scripted Builds == | == Scripted Builds == | ||
Line 24: | Line 27: | ||
* The [http://michael-jansen.biz/build-tool build-tool] script by Michael Jansen | * The [http://michael-jansen.biz/build-tool build-tool] script by Michael Jansen | ||
== | == Getting Ready == | ||
Manually building KDE Software requires that you first set up the build environment and install the required development tools and libraries. | |||
* Set up your[[/Environment|Build Environment]] | |||
* Install the [[/Requirements|Build Requirements]] | |||
* Install or build [[/Qt|Qt]] | |||
* Install or build [[/KdeSupport|kdesupport]] | |||
== Building | == Building From Source == | ||
* [[Getting_Started/Build/KDE4|Download and Build KDE SC from Git]] | * [[Getting_Started/Build/KDE4|Download and Build KDE SC from Git]] | ||
* [[Getting_Started/Build/KDE4.x|Build a stable 4.x release]] | * [[Getting_Started/Build/KDE4.x|Build a stable 4.x release]] | ||
* [[Getting_Started/Set_up_KDE_4_for_development|Set up scripts]] to ease KDE development | * [[Getting_Started/Set_up_KDE_4_for_development|Set up scripts]] to ease KDE development | ||
== Troubleshooting The Build == | |||
Compile and Linking errors are frequent sources of discouragement. Make careful note of the first occurrence of an error in your build process. It could be as simple as a bad environment variable, an unexpected version of a library or missing prerequisite. | |||
Please review your logs and do searches for fixes. If you cannot find a solution, try the sources listed below. If you still cannot resolve the problem then please [http://techbase.kde.org/Development/Getting_Help|ask for help] on IRC or a Mailing List. You can post your detailed issue from [[Build/Stories]]. | |||
* [[/ | * [[/Troubleshooting|Troubleshooting]] | ||
* | * [[/KDE4/Errors]] | ||
* [[/FAQ|FAQ]]: Help with errors and other questions you might have. | |||
[[Category:Build KDE]] | [[Category:Build KDE]] |
Revision as of 14:02, 3 March 2011
Getting Started/Build
Languages: عربي | Asturianu | Català | Česky | Kaszëbsczi | Dansk | Deutsch | English | Esperanto | Español | Eesti | فارسی | Suomi | Français | Galego | Italiano | 日本語 | 한국어 | Norwegian | Polski | Português Brasileiro | Română | Русский | Svenska | Slovenčina | Slovenščina | српски | Türkçe | Tiếng Việt | Українська | 简体中文 | 繁體中文
Here you will find instructions for compiling and installing KDE from source and suggestions for when compilation doesn't go so smoothly.
Introduction
Extra Information
The build process described in these pages is kept as simple and generic as possible, but it is generally assumed you are building KDE4 on Linux. Extra information about building KDE under specific platforms or conditions can be found at the following links:
- Building KDE3 or KDE2
- Project Neon on Kubuntu
- Debian
- FreeBSD
- Microsoft Windows
- Apple Mac OS X
- On a Virtual Machine.
- Linux
- openSUSE Linux
- Coexisting Versions: Directions to build multiple KDE versions on the same machine simultaneously.
Scripted Builds
The easiest way to build the KDE SC from scratch is to use one of the build scripts that are available. This approach is highly recommended for those new to building KDE SC. The builds remain compatible with the manual methods of building KDE SC so you can change later if you want.
- The kdesrc-bld script by Michael Pyne
- The build-tool script by Michael Jansen
Getting Ready
Manually building KDE Software requires that you first set up the build environment and install the required development tools and libraries.
- Set up yourBuild Environment
- Install the Build Requirements
- Install or build Qt
- Install or build kdesupport
Building From Source
- Download and Build KDE SC from Git
- Build a stable 4.x release
- Set up scripts to ease KDE development
Troubleshooting The Build
Compile and Linking errors are frequent sources of discouragement. Make careful note of the first occurrence of an error in your build process. It could be as simple as a bad environment variable, an unexpected version of a library or missing prerequisite.
Please review your logs and do searches for fixes. If you cannot find a solution, try the sources listed below. If you still cannot resolve the problem then please for help on IRC or a Mailing List. You can post your detailed issue from Build/Stories.
- Troubleshooting
- /KDE4/Errors
- FAQ: Help with errors and other questions you might have.