Getting Started/Build: Difference between revisions

From KDE TechBase
No edit summary
(76 intermediate revisions by 18 users not shown)
Line 1: Line 1:
{{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 [[Development/Git|KDE Git hub page]] for more details. }}
O KDE possui muitos produtos de software que podem ser compilados independentemente. Você pode descobrir mais em nosso [https://community.kde.org/Guidelines_and_HOWTOs/Build_from_source HOWTO de construção ].


{{Template:I18n/Language Navigation Bar|Getting Started/Build}}
O KDE costumava produzir coleções monolíticas de software, chamadas "KDE" ou "The KDE Source Collection". Você pode encontrar informações arquivadas na [[/Historic|página de instruções de construção histórica]].
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:
 
* [[/Older_KDE_Versions|Building KDE3 or KDE2]]
* [[Getting_Started/Using Project Neon to contribute to KDE|Project Neon on Kubuntu]]
* [[Getting_Started/EasyStartDevelopmentOnDebian|Debian]]
* [[/FreeBSD|FreeBSD]]
* [[/Windows|Microsoft Windows]]
* [[/Mac_OS_X|Apple Mac OS X]]
* [[Getting_Started/Build/KDE4/on_virtual_machines|On a Virtual Machine]].
 
== 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-build|kdesrc-bld]] script by Michael Pyne
* The [http://michael-jansen.biz/build-tool build-tool] script by Michael Jansen
 
== Build Environment ==
The KDE Build System requires certain environment settings before it can build KDE software.  There are also further shortcut settings you can configure to make your like easier.  You can find the details of these on the [[../Environment|Build Environment]] page.
 
== Build Requirements ==
Building and running KDE software requires a number of supporting tools and libraries to be installed on your system.  You can find the details of these on the [[/Requirements|Build Requirements]] page.
 
== Qt ==
 
Building and running KDE software requires the Qt libraries to be installed on your system.  You can find the details of this on the [[/Qt|Qt]] page.
 
== Building The Source ==
 
 
* [[Getting_Started/Build/Requirements|Build Requirements]] from your distribution
* [[Getting_Started/Sources/Anonymous_SVN|SVN]]
* [[Getting_Started/Build/KDE4|Download and Build KDE SC from Git]]
* [[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
 
 
 
* [[/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.
 
; [[/FAQ|FAQ]]: Help with errors and other questions you might have.
 
== Troubleshooting the build ==
See [[../Troubleshooting|Troubleshooting]]
 
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 [[Build/KDE4/Errors]], the IRC channel, and the mailing lists. You can post your detailed issue from [[Build/Stories]].
 
[[Category:Build KDE]]

Revision as of 20:41, 21 January 2019

O KDE possui muitos produtos de software que podem ser compilados independentemente. Você pode descobrir mais em nosso HOWTO de construção .

O KDE costumava produzir coleções monolíticas de software, chamadas "KDE" ou "The KDE Source Collection". Você pode encontrar informações arquivadas na página de instruções de construção histórica.