Getting Started/Build: Difference between revisions

    From KDE TechBase
    No edit summary
    Line 42: Line 42:


    == Troubleshooting The Build ==
    == 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.   
    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 read the instructions carefully.


    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]].
    Please review your logs and do searches for fixes. If you cannot find a solution, try the [[/Troubleshooting|Troubleshooting]] page.  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:20, 3 March 2011

    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.



    Getting Started/Build

    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:

    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.

    Getting Ready

    Manually building KDE Software requires that you first set up the build environment and install the required development tools and libraries.

    Building From Source

    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 read the instructions carefully.

    Please review your logs and do searches for fixes. If you cannot find a solution, try the Troubleshooting page. 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.