Archive:Getting Started/Build/Requirements: Difference between revisions

    From KDE TechBase
    m (Reverted edits by KennethMartinez (talk) to last revision by AnneW)
     
    (39 intermediate revisions by 5 users not shown)
    Line 1: Line 1:
    {{Template:I18n/Language Navigation Bar|Getting_Started/Build/KDE4/Prerequisites}}
    __NOINDEX__
    {{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. }}
     
     


    {{TutorialBrowser|
    {{TutorialBrowser|
    Line 5: Line 8:
    series=Getting Started|
    series=Getting Started|


    name=Building KDE4 From Source/Prerequisites|
    name=Building KDE4 From Source/Requirements|


    pre=[[../|KDE SVN Quickstart Guide]]|
    pre=[[Getting_Started|Getting Started]]|


    next=[[../|KDE SVN Quickstart Guide]]|
    next=[[Getting_Started/Build/Qt|Qt]]|
    |
    |
    }}
    }}
    Line 15: Line 18:
    == Introduction ==
    == Introduction ==


    This page details the software requirements that need to be installed on your system before you can start building kdelibs and the KDE applications.  For most of these requirements it is preferable to use your distribution supplied packages, however in some case you will need to build some requirements yourself and this page will also explain how to do so.
    This page details the software requirements that need to be installed on your system before you can start building KDE Software.  For most of these requirements it is preferable to use your distribution supplied packages, however in some case you will need to build some requirements yourself and this page will also explain how to do so.
     
    === Required Steps ===


    === Build Recipes ===
    You need to have completed the following steps:
    * Set up your [[../Environment|Build Environment]]
    * Selected your [[../Recipes|Build Recipes]]


    Two different recipes are provided for building KDE and its prerequisites.
    == Definitions ==


    The Easy Recipe relies on you setting up your environment according to the KDE recommendations.  This will give you many shortcuts to save on typing.  See [[Getting_Started/Build/KDE4#Setting_up_the_environment|Setting Up The Environment]] section to do this.
    The Build Requirements for each Module will be documented in a common table format as follows:


    The Full Recipe is provided for those who wish to control their build environment or to see the full steps required and who don't mind lots of typing.
    {| border="1" cellpadding="5" cellspacing="0"
    |+ '''Build Requirements'''
    |-
    ! width="20%" style="background-color:#EFEFEF;" | Requirement
    ! width="15%" style="background-color:#EFEFEF;" | Stable Requires
    ! width="15%" style="background-color:#EFEFEF;" | Unstable Requires
    ! width="10%" style="background-color:#EFEFEF;" | Devel Pkgs?
    ! width="40%" style="background-color:#EFEFEF;" | Details
    |-
    | [http://en.wikipedia.org/wiki/Foobar Foobar]
    | style="background-color:#FF6666" | >= 2.0
    | style="background-color:#66FF66" | >= 1.0
    | Yes
    | A library to enable KDE Software to foo your bar.
    |}
     
    The fields in this table are defined as follows:
     
    {| border="1" cellpadding="5" cellspacing="0"
    |-
    | width="30%" style="background-color:#EFEFEF;" | '''Requirement'''
    | width="70%" | The project that KDE Software depends on, including a link to the Project home page.]
    |-
    | style="background-color:#EFEFEF;" | '''Stable Requires'''
    | The version of the Project that the current Stable KDE Release requires.  The background color indicates if the requirement is optional (green) or mandatory (red).  Stable is currently KDE Release 4.6.
    |-
    | style="background-color:#EFEFEF;" | '''Unstable Requires'''
    | The version of the Project that the current Unstable development version requires.  The background color indicates if the requirement is optional (green) or mandatory (red).  Unstable is currently targeting KDE Release 4.7.
    |-
    | style="background-color:#EFEFEF;" | '''Devel Pkgs?'''
    | If installing from distribution packages, whether you also need to install the -devel packages.
    |-
    | style="background-color:#EFEFEF;" | '''Details'''
    | More information about the Project and the requirement
    |}


    == System Prerequisites ==
    == System Prerequisites ==


    NOTE: This section needs a major update!
    TODO: Complete updating this list


    All of these packages should be installed [[build requirements|from your distribution]].  If you cannot meet these requirements from your distribution, it is recommended to either update to a more recent distribution or to build KDE in a virtual machine.
    All of these packages should be installed from your distribution.  If you cannot meet these requirements from your distribution, it is recommended to either update to a more recent distribution or to build KDE in a virtual machine.


    The 'Stable' column shows the required version for the current Stable branch while the 'Master' column shows the required version for the current development version (aka 'trunk').  On most distributions you will also need to install the matching -devel packages for some of the software, this is indicated in the Devel column of the table.
    Requirements as at 2011-03-02.


    Requirements as at 2011-03-02, Stable Branch currently KDE Release 4.6, Master currently targeting KDE Release 4.7.
    {| border="1" cellpadding="5" cellspacing="0"
     
    |+ '''KDE Software Build Requirements'''
    {| border="1" cellpadding="5" cellspacing="0" align="center"
    |-
    |-
    ! Requirement
    ! width="20%" style="background-color:#EFEFEF;" | Requirement
    ! Stable
    ! width="15%" style="background-color:#EFEFEF;" | Stable Requires
    ! Master
    ! width="15%" style="background-color:#EFEFEF;" | Unstable Requires
    ! Devel?
    ! width="10%" style="background-color:#EFEFEF;" | Devel Pkgs?
    ! Details
    ! width="40%" style="background-color:#EFEFEF;" | Details
    |-
    |-
    | GCC / G++
    | GCC / G++
    | >= 4.2
    | style="background-color:#FF6666" | >= 4.2
    | >= 4.2
    | style="background-color:#FF6666" | >= 4.2
    | No
    | No
    |
    |
    |-
    |-
    | Git
    | [http://git-scm.com/ Git]
    |  
    | style="background-color:#66FF66" |
    |  
    | style="background-color:#66FF66" |
    | No
    | No
    |  
    | Revision control software, required for development builds.
    |-
    |-
    | SVN
    | [http://subversion.apache.org/ Subversion]
    |  
    | style="background-color:#66FF66" |
    |  
    | style="background-color:#66FF66" |
    | No
    | No
    |  
    | Revision control software, required for development builds.
    |-
    |-
    | [http://pkg-config.freedesktop.org/wiki/ pkg-config]
    | [http://pkg-config.freedesktop.org/wiki/ pkg-config]
    Line 68: Line 108:
    |-
    |-
    | [http://cmake.org/HTML/index.html CMake]
    | [http://cmake.org/HTML/index.html CMake]
    | >= 2.6.4
    | style="background-color:#FF6666" | >= 2.6.4
    | >= 2.6.4
    | style="background-color:#FF6666" | >= 2.6.4
    | No
    | No
    |  
    | Build configuration tool
    |-
    |-
    | [http://www.freedesktop.org/wiki/Software/dbus DBus]
    | [http://www.freedesktop.org/wiki/Software/dbus DBus]
    | >= 1.4.0
    | style="background-color:#FF6666" | >= 1.4.0
    | >= 1.4.0
    | style="background-color:#FF6666" | >= 1.4.0
    | Yes
    | Yes
    | Also dbus-glib
    | Also dbus-glib
    Line 110: Line 150:
    |-
    |-
    | [http://download.librdf.org/source/ librdf]
    | [http://download.librdf.org/source/ librdf]
    | >=
    | >=
    | Yes
    |
    |-
    | [http://bzip.org/ libbz2]
    | >=  
    | >=  
    | >=  
    | >=  
    Line 128: Line 174:
    |-
    |-
    | [http://boost.org/ Boost]
    | [http://boost.org/ Boost]
    | >=
    | >=
    | Yes
    |
    |-
    | [http://www.mysql.com/ libmysqlclient]
    | >=  
    | >=  
    | >=  
    | >=  
    Line 137: Line 189:
    | >=  
    | >=  
    | Yes
    | Yes
    |
    |-
    | [http://sourceforge.net/projects/oscaf/files/ Shared-Desktop-Ontologies]
    | >=
    | >=
    | No
    |  
    |  
    |-
    |-
    Line 157: Line 215:
    From KDE 4.6 onwards HAL has been deprecated in favor of uDisk, uPower and related projects, but all but the most recent distributions will still require HAL.
    From KDE 4.6 onwards HAL has been deprecated in favor of uDisk, uPower and related projects, but all but the most recent distributions will still require HAL.


    == Qt ==
    === Distributions ===


    Requirements as at 2011-03-02, Stable Branch currently KDE Release 4.6, Master currently targeting KDE Release 4.7.  
    Many distributions provide shortcut meta-packages or install commands to simplify installing all the KDE requirements. Check the [[Getting_Started/Build/Distributions|Distributions page]] first to see if your distribution provides a simple way to install the requirements.


    {| border="1" cellpadding="5" cellspacing="0" align="center"
    == Shared-Desktop-Ontologies ==
    |-
    ! Requirement
    ! Stable
    ! Master
    ! Devel?
    ! Details
    |-
    | [http://qt.nokia.com/ Qt]
    | >= 4.7.0
    | >= 4.7.0
    | Yes
    |
    |}
     
    Qt is the toolkit that all KDE is built upon.  Most distributions package a recent enough Qt to build KDE, although you may need to add an extra repository to do so.  Building Qt can take a long time, so packages are preferred for a quick start.
     
    At some stage, KDE master may switch to relying on a development version of Qt, or may require patches to Qt for bug-fixes that have not yet been released by Qt.  In this case you may need to build your own copy of Qt to build KDE against and it is recommended that you use the KDE clone qt-kde when this happens.  You can choose to overwrite your system Qt install when doing so but this is not recommended.  You are advised to set your build environment $QTDIR install directory to a local folder different to $KDEDIR to allow easy switching between Qt versions.
     
    Please see the [https://projects.kde.org/projects/qt-kde qt-kde project page] for further details.  It is recommended to read [https://projects.kde.org/projects/qt-kde/repository/revisions/master/entry/README.kde-qt README.qt-kde file] for the necessary Qt configure options as well as currently known issues.
     
    Note that you need to install Qt and Phonon from Qt and then later to install Phonon KDE from git at the same location. This will ensure you get sound in Qt-based applications as well as in KDE ones.
     
    === Easy Recipe ===
    This recipe assumes you have set up the recommended KDE scripts, environment variables, and git configuration.
     
    Ensure you setup your environment $QTDIR to point to somewhere suitable.
     
    cd <your source directory>
    git clone kde:qt-kde
    ./configure ''[configure options from README.kde-qt replacing <installdir> with $QTDIR]''
    nice make -j2 # for faster compiles use -j(X+1)' where X is your number of processor cores
    make install
     
    === Full Recipe ===
    This recipe assumes you are not using the recommended scripts and have properly set up your own environment.
     
    cd <your source directory>
    git clone git://anongit.kde.org/qt-kde
    cd qt-kde
    ./configure ''[configure options from README.kde-qt''
    nice make -j2 # for faster compiles use -j(X+1)' where X is your number of processor cores
    make install
     
    === Troubleshooting ===
     
    If ./configure produces errors about missing headers, run the following command before trying again: <code>QTDIR=`pwd` bin/syncqt</code>
     
    Make sure <tt>which qmake</tt> delivers something out of $QTDIR, e.g. /home/kde-devel/qt-kde/bin/qmake
     
    If you get "error: X11/Xlib.h: No such file or directory", install the devel package of <tt>xorg</tt> (the actual name may vary between operating systems, for example it is <tt>xorg-dev</tt> on Ubuntu based systems such as Kubuntu).
     
    If you get an error in the configure step about missing defines, check the value of <tt>$QMAKESPEC</tt>.  Some distributions set this to point directly to the system-installed Qt.  If <tt>unset QMAKESPEC</tt> solves the problem, you probably want to add it to the <tt>~/.bashrc</tt> script.
     
    If you get an error ".pch/debug-shared/QtCore", this is because Qt-4.3 enables precompiled headers if your gcc supports it, but for some reason it doesn't work for you. If you use distcc, configure qt with -no-pch. If you use icecream, update to the latest icecream from svn trunk.
     
    Try running any Qt program, like {{program|assistant}}.
     
    === Generating local API documentation ===
    It's nice to have the Qt documentation locally for nice integration with [[Getting_Started/Set_up_KDE_4_for_development#KDevelop|KDevelop]], and doing this is really quite easy (also shown in {{path|README.kde-qt}}):
    cd $KDE_SRC/qt-kde
    make docs
    ./config.status
    make install
    Note that it is necessary to do this only once, even if you rebuild Qt later.


    == makeobj ==
    The Ontologies are a shared resource required for the semantic desktop.
    Requirements as at 2011-03-02, Stable Branch currently KDE Release 4.6, Master currently targeting KDE Release 4.7.  


    {| border="1" cellpadding="5" cellspacing="0" align="center"
    {| border="1" cellpadding="5" cellspacing="0"
    |+ '''KDE Software Build Requirements'''
    |-
    |-
    ! Requirement
    ! width="20%" style="background-color:#EFEFEF;" | Requirement
    ! Stable
    ! width="15%" style="background-color:#EFEFEF;" | Stable Requires
    ! Master
    ! width="15%" style="background-color:#EFEFEF;" | Unstable Requires
    ! Devel?
    ! width="10%" style="background-color:#EFEFEF;" | Devel Pkgs?
    ! Details
    ! width="40%" style="background-color:#EFEFEF;" | Details
    |-
    |-
    | [http://websvn.kde.org/trunk/KDE/kdesdk/scripts/makeobj makeobj]
    | [http://sourceforge.net/projects/oscaf/ Shared-Desktop-Ontologies]
    | r1215872
    | r1215872
    | Yes
    |
    |}
     
    Makeobj is a script to assist make.  It is a part of the kdesdk module but is needed to build all KDE modules.  If you have kdesdk installed on your system then this version should be sufficient, but r1215872 is recommended when working with Git.
     
    To install it [http://websvn.kde.org/*checkout*/trunk/KDE/kdesdk/scripts/makeobj download via WebSVN] and install into your path somewhere, preferably ~/.bin.  Once you have built kdesdk from source you should then remove this copy.
     
    == DBusMenu-Qt ==
    Requirements as at 2011-03-02, Stable Branch currently KDE Release 4.6, Master currently targeting KDE Release 4.7.
     
    {| border="1" cellpadding="5" cellspacing="0" align="center"
    |-
    ! Requirement
    ! Stable
    ! Master
    ! Devel?
    ! Details
    |-
    | [http://people.canonical.com/~agateau/dbusmenu/index.html DBusMenu-Qt]
    |
    |
    | Yes
    |
    |}
     
    DBusMenu-Qt is a library providing a Qt implementation of the DBusMenu spec.  Your distribution packages should be sufficient for this package.
     
    Please see the [http://people.canonical.com/~agateau/dbusmenu/index.html DBusMenu-Qt home page] for more deatils.
     
    You need json to build the tests.
     
    === Easy Recipe ===
    This recipe assumes you have set up the recommended KDE scripts, environment variables, and git configuration.
     
    cd <your source root directory>
    git clone git://gitorious.org/dbusmenu/dbusmenu-qt.git
    cd dbusmenu-qt
    cmakekde
     
    === Full Recipe ===
    This recipe assumes you are not using the recommended scripts and have properly set up your own environment.
     
    cd <your source root directory>
    git clone git://gitorious.org/dbusmenu/dbusmenu-qt.git
    cd <your build root directory, or the module source dir>
    mkdir <your module build dir>
    cd <your module build dir>
    cmake <path to your module source dir>
          \ -DCMAKE_INSTALL_PREFIX=$KDEDIR
          \ -DCMAKE_BUILD_TYPE=debugfull
    nice make -j2 # for faster compiles use -j(X+1)' where X is your number of processor cores
    make install
     
    == Shared-Desktop-Ontologies ==
    Requirements as at 2011-03-02, Stable Branch currently KDE Release 4.6, Master currently targeting KDE Release 4.7.
     
    {| border="1" cellpadding="5" cellspacing="0" align="center"
    |-
    ! Requirement
    ! Stable
    ! Master
    ! Devel?
    ! Details
    |-
    | [http://sourceforge.net/projects/oscaf/files/ Shared-Desktop-Ontologies]
    | >=
    | >=
    | >=
    | >= 0.7
    | No
    | No
    |  
    |  
    |}
    |}


    The ontologies are a shred resource required for the semantic desktop.  Your distribution packages should be sufficient for this package.
    Your distribution packages should be sufficient for this package but some older distributions may not have them so you may need to build them yourself using either the Easy Recipe or Full Recipe.
     
    === Easy Recipe ===
    This recipe assumes you have set up the recommended KDE scripts, environment variables, and git configuration.
     
    cd <your source root directory>
    svn checkout https://oscaf.svn.sourceforge.net/svnroot/oscaf/trunk/ontologies
    cd ontologies
    cmakekde
     
    === Full Recipe ===
    This recipe assumes you are not using the recommended scripts and have properly set up your own environment.
     
    cd <your source root directory>
    svn checkout https://oscaf.svn.sourceforge.net/svnroot/oscaf/trunk/ontologies
    cd <your build root directory, or the module source dir>
    mkdir <your module build dir>
    cd <your module build dir>
    cmake <path to your module source dir>
          \ -DCMAKE_INSTALL_PREFIX=$KDEDIR
          \ -DCMAKE_BUILD_TYPE=debugfull
    nice make -j2 # for faster compiles use -j(X+1)' where X is your number of processor cores
    make install
     
    == kdesupport ==
     
    Requirements as at 2011-03-02, Stable Branch currently KDE Release 4.6, Master currently targeting KDE Release 4.7.
     
    {| border="1" cellpadding="5" cellspacing="0" align="center"
    |-
    ! Requirement
    ! Stable
    ! Master
    ! Devel?
    ! Details
    |-
    | [http://projects.kde.org/projects/kdesupport/automoc Automoc]
    |
    |
    | Yes
    |
    |}
     
    The kdesupport module contains a number of KDE developed and supported packages that the main KDE modules depend upon.  Your distribution packages may be sufficient for these requirements when building a KDE stable branch, but master may sometimes require the latest versions of some of these to be built from source.
     
    Most kdesupport packages have now migrated to Git as separate modules and must be built individually, although some are still left in svn and can be built as a single unit.  The modules are listed below in a rough dependency order.
     
    All the Git modules can be built using one of the the following recipes, except where noted.
     
    === Easy Recipe ===
    This recipe assumes you have set up the recommended KDE scripts, environment variables, and git configuration.
     
    cd <your source root directory>
    git clone kde:<module>.git
    cd <module>
    cmakekde
     
    === Full Recipe ===
    This recipe assumes you are not using the recommended scripts and have properly set up your own environment.
     
    cd <your source root directory>
    git clone git://anongit.kde.org/<module>.git
    cd <your build root directory, or the module source dir>
    mkdir <your module build dir>
    cd <your module build dir>
    cmake <path to your module source dir>
          \ -DCMAKE_INSTALL_PREFIX=$KDEDIR
          \ -DCMAKE_BUILD_TYPE=debugfull
          \ -DKDE4_BUILD_TESTS=TRUE
    nice make -j2 # for faster compiles use -j(X+1)' where X is your number of processor cores
    make install
     
    ===Automoc ===
    Automoc is a tool to automate Qt moc file creation. 
     
    Please see the [http://projects.kde.org/projects/kdesupport/automoc Automoc project page] for details.
     
    Automoc '''MUST''' be built first as other kdesupport modules depend on it.
     
    Easy:  git clone kde:automoc.git
    Full:  git clone git://anongit.kde.org/automoc.git
     
    ===Attica ===
    Attica is a library for accessing the Open Collaboration Services.
     
    Please see the [http://projects.kde.org/projects/kdesupport/attica Attica project page] for details.
     
    Easy:  git clone kde:attica.git
    Full:  git clone git://anongit.kde.org/attica.git
     
    ===Polkit Qt===
    Polkit Qt is a library for accessing the PolKit authorization framework.
     
    Please see the [http://projects.kde.org/projects/kdesupport/polkit-qt-1 Polkit Qt project page] for details.
     
    It is recommended to have '''polkit >= 0.98''' installed on your system, however Polkit-Qt-1 will build with any polkit-1 version.
     
    Easy:  git clone kde:polkit-qt-1.git
    Full:  git clone git://anongit.kde.org/polkit-qt-1.git
     
    === Strigi ===
    Strigi is a library for indexing files.
     
    Please see the [https://projects.kde.org/projects/kdesupport/strigi Strigi project page] for details.
     
    Strigi itself has a few dependencies as well: you will need the libraries and headers for libz, libbz2, openssl (libcrypto or libssl), libclucene (>=0.9.16a but watch out: version 0.9.17 does '''not''' work), and either libxml2 or libexpat.
     
    Easy:
      git clone kde:libstreamanalyzer
      git clone kde:libstreams
      git clone kde:strigi
      git clone kde:strigiclient
      git clone kde:strigidaemon
      git clone kde:strigiutils
     
    Full:
      git clone git://anongit.kde.org/libstreamanalyzer
      git clone git://anongit.kde.org/libstreams
      git clone git://anongit.kde.org/strigi
      git clone git://anongit.kde.org/strigiclient
      git clone git://anongit.kde.org/strigidaemon
      git clone git://anongit.kde.org/strigiutils
     
    ===Soprano===
    Soprano is a library for storing RDF data for the Nepomuk semantic desktop.
     
    Please see the [http://projects.kde.org/projects/kdesupport/soprano Soprano project page] for details.
     
    Soprano must be built '''BEFORE''' Akonadi.
     
    Easy:  git clone kde:soprano.git
    Full:  git clone git://anongit.kde.org/soprano.git
     
    === Akonadi ===
    Akonadi is a library for caching PIM data.
     
    Please see the [http://projects.kde.org/projects/kdesupport/akonadi Akonadi project page] for details.
     
    Akonadi must be built '''AFTER''' Soprano.
     
    Easy:  git clone kde:akonadi.git
    Full:  git clone git://anongit.kde.org/akonadi.git
     
    ===Cagibi===
    Cagibi is a cache/proxy daemon for SSDP, the discovery part of UPnP.
     
    Please see the [http://projects.kde.org/projects/kdesupport/cagibi Cagibi project page] for details.
     
    Easy:  git clone kde:cagibi.git
    Full:  git clone git://anongit.kde.org/cagibi.git
     
    === Phonon ===
    Phonon is a sound system abstraction layer.  This is usually packaged with Qt,  but the Phonon version from Qt is not recent enough for KDE sound to work so you will need to build the required version yourself.
     
    Please see the [https://projects.kde.org/projects/kdesupport/phonon Phonon project page] for details.
     
    You need to install this Phonon in the same location as Phonon from Qt i.e. in $QTDIR and '''NOT''' in $KDEDIR.
     
    ==== Easy Recipe ====
    This recipe assumes you have set up the recommended KDE scripts, environment variables, and git configuration.
     
    cd <your source root directory>
    git clone kde:phonon.git
    cd phonon
    cb
    cmake $KDE_SRC/phonon
          \ -DCMAKE_INSTALL_PREFIX=$QTDIR
          \ -DCMAKE_BUILD_TYPE=debugfull
          \ -DKDE4_BUILD_TESTS=TRUE
    make
    make install
     
    Note that make install may require root access.
     
    ==== Full Recipe ====
    This recipe assumes you are not using the recommended scripts and have properly set up your own environment.
     
    cd <your source root directory>
    git clone git://anongit.kde.org/phonon.git
    cd <your build root directory, or the module source dir>
    mkdir <your module build dir>
    cd <your module build dir>
    cmake <path to your module source dir>
          \ -DCMAKE_INSTALL_PREFIX=$QTDIR
          \ -DCMAKE_BUILD_TYPE=debugfull
          \ -DKDE4_BUILD_TESTS=TRUE
    make
    make install
     
    ==== Backend ====
     
    Building the main Phonon module is sufficient for building KDE.  If you also want to play sound then you need to build a backend.  Choose a suitable backend from those available below:
     
    git clone git://anongit.kde.org/phonon-directshow.git
    git clone git://anongit.kde.org/phonon-gstreamer.git
    git clone git://anongit.kde.org/phonon-mmf.git
    git clone git://anongit.kde.org/phonon-quicktime.git
    git clone git://anongit.kde.org/phonon-waveout.git
    git clone git://anongit.kde.org/phonon-xine.git
     
    ==== Troubleshooting ====
     
    If you get an error like
     
    designer: symbol lookup error: /path/to/kde/lib/kde4/plugins/phonon_backend/phonon_xine.so: undefined symbol: _ZN6Phonon12PulseSupport11getInstanceEv
     
    while running Qt Designer you need to:
     
    rm $QTDIR/lib/libphonon.so.4
     
    === kdesupport svn module ===
     
    A number of kdesupport packages are still in svn:
     
    * oxygen-icons
    * taglib
    * taglib-extras
    * cpp2xml
    * qimageblitz - no longer required?
    * twine - for building kdebindings
    * emerge - for building kde on windows
     
    These packages can be checked out and built together with a single recipe.
     
    Note that QCA lives in kdesupport svn but is not built by default.  It is recommended that you use your system QCA packages and only checkout the kdesupport svn version if you are going to develop QCA.
     
    ==== Easy Recipe ====
    This recipe assumes you have set up the recommended KDE scripts, environment variables, and git configuration.
     
    cd <your source root directory>
    svn checkout svn://anonsvn.kde.org/home/kde/trunk/kdesupport/
    cd kdesupport
    cmakekde
     
    ==== Full Recipe ====
    This recipe assumes you are not using the recommended scripts and have properly set up your own environment.
     
    cd <your source root directory>
    svn checkout svn://anonsvn.kde.org/home/kde/trunk/kdesupport/
    cd <your build root directory, or the module source dir>
    mkdir <your module build dir>
    cd <your module build dir>
    cmake <path to your module source dir>
          \ -DCMAKE_INSTALL_PREFIX=$KDEDIR
          \ -DCMAKE_BUILD_TYPE=debugfull
          \ -DKDE4_BUILD_TESTS=TRUE
    make
    make install
     
    === Troubleshooting ===
    If you get
    CMake Error: This project requires some variables to be set,
    and cmake can not find them.
    Please set the following variables:
    LIBXML2_INCLUDE_DIR (ADVANCED)
    you should install the development package for libxml2.
     
    If you get
    CMake Error: Could NOT find REDLAND
    then you need librdf from the Redland.
    If your distribution does not provide the librdf package, you can download the source there: [http://download.librdf.org/source/ http://download.librdf.org/source/] and build it.
    (Gentoo users: The ebuild for librdf is named dev-libs/redland)
     
    If you get a message related to
      target libQtTest.so not found
    you may need to recompile qt-kde. This time you should take out
      -nomake demos -nomake examples
    from the configure command, so that Qt generates library QtTest.
     
    If you get
          CMake Error: Qt qmake not found!
    Then:
          1) uncomment Qt section in .bashrc script (QTDIR, QT_PLUGINS_DIR,     
                PKG_CONFIG_PATH variable settings).
          2) source ~/.bashrc
          3) cd && cd qt-kde
          4) make confclean
          5) repeat steps for installing Qt (from ./configure line).
          6) retry building kdesupport


    If you get
    To obtain the source you can either download a tarball from the website or use the following git command:
          "CMake Error: Could NOT find BZip2"
    then
          sudo apt-get install libbz2-dev
    or
          urpmi libbzip2_1-devel


    If you get
    git clone git://oscaf.git.sourceforge.net/gitroot/oscaf/shared-desktop-ontologies
          message that MySql support cannot be enabled
    then
          you need to install corresponding devel package. (libmysqlclient-devel  for SuSe 11.1)


    == Next Step ==
    == Next Step ==
    Once all requirements have been installed it is time to install [[../#kdelibs|kdelibs]]
    Once all requirements have been installed it is time to install [[Getting_Started/Build/Qt|Qt]]

    Latest revision as of 15:53, 31 July 2012

    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.



    Building KDE4 From Source/Requirements
    Tutorial Series   Getting Started
    Previous   Getting Started
    What's Next   Qt
    Further Reading   n/a

    Introduction

    This page details the software requirements that need to be installed on your system before you can start building KDE Software. For most of these requirements it is preferable to use your distribution supplied packages, however in some case you will need to build some requirements yourself and this page will also explain how to do so.

    Required Steps

    You need to have completed the following steps:

    • Set up your [[../Environment|Build Environment]]
    • Selected your [[../Recipes|Build Recipes]]

    Definitions

    The Build Requirements for each Module will be documented in a common table format as follows:

    Build Requirements
    Requirement Stable Requires Unstable Requires Devel Pkgs? Details
    Foobar >= 2.0 >= 1.0 Yes A library to enable KDE Software to foo your bar.

    The fields in this table are defined as follows:

    Requirement The project that KDE Software depends on, including a link to the Project home page.]
    Stable Requires The version of the Project that the current Stable KDE Release requires. The background color indicates if the requirement is optional (green) or mandatory (red). Stable is currently KDE Release 4.6.
    Unstable Requires The version of the Project that the current Unstable development version requires. The background color indicates if the requirement is optional (green) or mandatory (red). Unstable is currently targeting KDE Release 4.7.
    Devel Pkgs? If installing from distribution packages, whether you also need to install the -devel packages.
    Details More information about the Project and the requirement

    System Prerequisites

    TODO: Complete updating this list

    All of these packages should be installed from your distribution. If you cannot meet these requirements from your distribution, it is recommended to either update to a more recent distribution or to build KDE in a virtual machine.

    Requirements as at 2011-03-02.

    KDE Software Build Requirements
    Requirement Stable Requires Unstable Requires Devel Pkgs? Details
    GCC / G++ >= 4.2 >= 4.2 No
    Git No Revision control software, required for development builds.
    Subversion No Revision control software, required for development builds.
    pkg-config >= >= No
    CMake >= 2.6.4 >= 2.6.4 No Build configuration tool
    DBus >= 1.4.0 >= 1.4.0 Yes Also dbus-glib
    X11 >= >= Yes
    Mesa >= >= Yes mesa-common-dev and libglu1-mesa-dev
    libjpeg >= >= Yes
    libpng >= >= Yes
    libungif >= >= Yes
    librdf >= >= Yes
    libbz2 >= >= Yes
    libxml2 >= >= Yes
    libxslt >= >= Yes
    Boost >= >= Yes
    libmysqlclient >= >= Yes
    shared-mime-info >= >= Yes
    Shared-Desktop-Ontologies >= >= No
    DocBook XML DTD's >= 4.2 >= 4.2 No Required for the KDE documentation and help
    DocBook XSl Stylesheets >= 4.2 >= 4.2 No Required for the KDE documentation and help

    Hardware Libraries

    HAL (Hardware Abstraction Layer) is required by KDE 4.5 and earlier for interfacing with your hardware. Your distribution supplied packages should be sufficient for this.

    From KDE 4.6 onwards HAL has been deprecated in favor of uDisk, uPower and related projects, but all but the most recent distributions will still require HAL.

    Distributions

    Many distributions provide shortcut meta-packages or install commands to simplify installing all the KDE requirements. Check the Distributions page first to see if your distribution provides a simple way to install the requirements.

    Shared-Desktop-Ontologies

    The Ontologies are a shared resource required for the semantic desktop.

    KDE Software Build Requirements
    Requirement Stable Requires Unstable Requires Devel Pkgs? Details
    Shared-Desktop-Ontologies >= >= 0.7 No

    Your distribution packages should be sufficient for this package but some older distributions may not have them so you may need to build them yourself using either the Easy Recipe or Full Recipe.

    To obtain the source you can either download a tarball from the website or use the following git command:

    git clone git://oscaf.git.sourceforge.net/gitroot/oscaf/shared-desktop-ontologies
    

    Next Step

    Once all requirements have been installed it is time to install Qt