<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
  <head>
    <meta content="text/html; charset=ISO-8859-1"
      http-equiv="Content-Type">
    <title></title>
  </head>
  <body text="#000000" bgcolor="#cccccc">
    Just googled and those lines I set to bold in previous message
    aren't error messages because both are correct as I am compiling on
    X11.<br>
    <br>
    I think this is getting caused by parley-data but I have downloaded
    that. This is the&nbsp; kdesrc-buildrc file I am using:<br>
    <br>
    <style type="text/css">#toc, .toc, .mw-warning { border: 1px solid rgb(170, 170, 170); background-color: rgb(249, 249, 249); padding: 5px; font-size: 95%; }#toc h2, .toc h2 { display: inline; border: medium none; padding: 0pt; font-size: 100%; font-weight: bold; }#toc #toctitle, .toc #toctitle, #toc .toctitle, .toc .toctitle { text-align: center; }#toc ul, .toc ul { list-style-type: none; list-style-image: none; margin-left: 0pt; padding-left: 0pt; text-align: left; }#toc ul ul, .toc ul ul { margin: 0pt 0pt 0pt 2em; }#toc .toctoggle, .toc .toctoggle { font-size: 94%; }body { font-family: 'Liberation Serif'; font-variant: normal; text-indent: 0in; widows: 2; font-style: normal; font-weight: normal; text-decoration: none; color: rgb(0, 0, 0); text-align: left; font-size: 12pt; }table {  }td { border-collapse: collapse; text-align: left; vertical-align: top; }p, h1, h2, h3, li { color: rgb(0, 0, 0); font-family: 'Liberation Serif'; font-size: 12pt; text-align: left; }</style
>
    <div>
      <blockquote>
        <p dir="ltr" style="text-align: left;"># Sample configuration
          file for kdesrc-build.</p>
        <p>#</p>
        <p dir="ltr" style="text-align: left;"># To use this sample
          configuration file, copy it to ~/.kdesrc-buildrc, and then</p>
        <p dir="ltr" style="text-align: left;"># edit it to suit your
          desires.</p>
        <p dir="ltr" style="text-align: left;"># Global settings go in
          this section. &nbsp;They apply to every module unless</p>
        <p dir="ltr" style="text-align: left;"># overridden later.</p>
        <p dir="ltr" style="text-align: left;">global</p>
        <p dir="ltr" style="text-align: left;"># This is the directory
          that your KDE sources are downloaded to. &nbsp;This</p>
        <p dir="ltr" style="text-align: left;"># directory also holds
          the build and log directories by default.</p>
        <p dir="ltr" style="text-align: left;"> source-dir ~/kde/src/4/</p>
        <p dir="ltr" style="text-align: left;"># This is the directory
          that KDE will end up installed at. &nbsp;The default is</p>
        <p dir="ltr" style="text-align: left;"># appropriate for a
          single-user installation of KDE, which requires no root</p>
        <p dir="ltr" style="text-align: left;"># permissions. &nbsp;If you'd
          like, you can install and use the sudo program to</p>
        <p dir="ltr" style="text-align: left;"># install KDE anywhere on
          your system, in conjunction with the</p>
        <p dir="ltr" style="text-align: left;"># make-install-prefix
          option.</p>
        <p dir="ltr" style="text-align: left;"> kdedir ~/kde</p>
        <p>#</p>
        <p dir="ltr" style="text-align: left;"># You can overwrite the
          installation directory for a given module using</p>
        <p dir="ltr" style="text-align: left;"># the per-module "prefix"
          option. Note that when doing this you need to</p>
        <p dir="ltr" style="text-align: left;"># set KDEDIRS, PATH and
          LD_LIBRARY_PATH to point to both directories,</p>
        <p dir="ltr" style="text-align: left;"># and that you should use
          separate test users or KDEHOME values to separate</p>
        <p dir="ltr" style="text-align: left;"># the ksycoca databases.
          Only set prefix if you know what you're doing.</p>
        <p dir="ltr" style="text-align: left;"># This is the Qt
          installation to use to build KDE. &nbsp;The default is qt-copy</p>
        <p dir="ltr" style="text-align: left;"># from Subversion. &nbsp;Qt
          will be installed to this directory, so it is</p>
        <p dir="ltr" style="text-align: left;"># recommended to use
          something like ~/qt-4.</p>
        <p dir="ltr" style="text-align: left;"># KDE /trunk requires a
          very recent Qt so qt-copy is the best route if you're</p>
        <p dir="ltr" style="text-align: left;"># building /trunk. &nbsp;If
          you are building an older branch you may use your</p>
        <p dir="ltr" style="text-align: left;"># system installed Qt by
          setting qtdir to point to it (what qmake -v</p>
        <p dir="ltr" style="text-align: left;"># reports with the /lib
          removed).</p>
        <p dir="ltr" style="text-align: left;"># qtdir ~/qt4 &nbsp;# Default
          to installing Qt</p>
        <p dir="ltr" style="text-align: left;"># By default (if the
          above is commented out), you are getting trunk.</p>
        <p dir="ltr" style="text-align: left;"># If instead you want to
          check out another branch, like 4.4, use</p>
        <p dir="ltr" style="text-align: left;"> branch 4.4</p>
        <p>#</p>
        <p dir="ltr" style="text-align: left;"># but also see the
          qt-copy and kdesupport modules below, which have special</p>
        <p dir="ltr" style="text-align: left;"># requirements</p>
        <p dir="ltr" style="text-align: left;"># This is the Subversion
          server to download the KDE sources from. &nbsp;Developers:</p>
        <p dir="ltr" style="text-align: left;"># Don't forget to add
          your username to the URL if necessary!</p>
        <p dir="ltr" style="text-align: left;"># svn-server
          svn://anonsvn.kde.org/home/kde/kdeedu/</p>
        <p dir="ltr" style="text-align: left;"># cmake-options controls
          the compilation options for building KDE 4 modules.</p>
        <p dir="ltr" style="text-align: left;"># These options apply to
          all KDE modules unless otherwise specified.</p>
        <p dir="ltr" style="text-align: left;"># NOTE: If you want the
          cxxflags option below to work (advanced users only)</p>
        <p dir="ltr" style="text-align: left;"># then make sure to set
          the "-DCMAKE_BUILD_TYPE=none" here, or in the specific</p>
        <p dir="ltr" style="text-align: left;"># module's cmake-options</p>
        <p>#</p>
        <p dir="ltr" style="text-align: left;"># Also see
<a class="moz-txt-link-freetext" href="http://techbase.kde.org/Development/Tutorials/CMake#Command_Line_Variables">http://techbase.kde.org/Development/Tutorials/CMake#Command_Line_Variables</a></p>
        <p dir="ltr" style="text-align: left;"># cmake-options
          -DKDE4_BUILD_TESTS:BOOL=ON</p>
        <p dir="ltr" style="text-align: left;"> cmake-options
          -DCMAKE_BUILD_TYPE=RelWithDebInfo</p>
        <p dir="ltr" style="text-align: left;"># These are the default
          options passed to the make command. &nbsp;The default tries</p>
        <p dir="ltr" style="text-align: left;"># to build with 2
          parallel compiles. &nbsp;If you are using distcc or have SMP, you</p>
        <p dir="ltr" style="text-align: left;"># should experiment with
          setting this value higher for best performance.</p>
        <p dir="ltr" style="text-align: left;"># make-options -j2</p>
        <p dir="ltr" style="text-align: left;"># KDE has one of the most
          extensive translation packages in the world. &nbsp;They</p>
        <p dir="ltr" style="text-align: left;"># are stored in the l10n
          module. &nbsp;kdesrc-build can automatically try to build</p>
        <p dir="ltr" style="text-align: left;"># and install languages
          for you, using this parameter. &nbsp;It should be a list</p>
        <p dir="ltr" style="text-align: left;"># of languages to build
          and install. &nbsp;This option requires the language code</p>
        <p dir="ltr" style="text-align: left;"># as present in l10n.
          &nbsp;You can look these codes up at</p>
        <p dir="ltr" style="text-align: left;">#
          <a class="moz-txt-link-freetext" href="http://i18n.kde.org/teams/">http://i18n.kde.org/teams/</a></p>
        <p dir="ltr" style="text-align: left;"># kde-languages de
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;# German</p>
        <p dir="ltr" style="text-align: left;"># kde-languages fr
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;# French</p>
        <p dir="ltr" style="text-align: left;"># kde-languages en_GB cs
          &nbsp;# British English and Czech</p>
        <p dir="ltr" style="text-align: left;"># If you would like
          install KDE to the system (DO NOT INSTALL *over* a prior</p>
        <p dir="ltr" style="text-align: left;"># installation!), then
          you'll probably need to use sudo to install everything.</p>
        <p>#</p>
        <p dir="ltr" style="text-align: left;"># The -S parameter causes
          sudo to read from standard input (which is redirected</p>
        <p dir="ltr" style="text-align: left;"># by kdesrc-build). &nbsp;This
          means that if sudo has to ask for your password, it</p>
        <p dir="ltr" style="text-align: left;"># will fail, you need to
          configure sudo to be able to run "make install"</p>
        <p dir="ltr" style="text-align: left;"># without requesting a
          password.</p>
        <p>#</p>
        <p dir="ltr" style="text-align: left;"># In addition, you can
          run kdesrc-build --no-install, and then</p>
        <p dir="ltr" style="text-align: left;"># sudo kdesrc-build
          --install if you are unable to configure sudo to allow</p>
        <p dir="ltr" style="text-align: left;"># make install with no
          password.</p>
        <p dir="ltr" style="text-align: left;"># &nbsp;make-install-prefix
          sudo -S</p>
        <p dir="ltr" style="text-align: left;"># purge-old-logs controls
          whether old log files should be removed after the</p>
        <p dir="ltr" style="text-align: left;"># latest build finishes.
          Set to true to enable it.</p>
        <p dir="ltr" style="text-align: left;"># &nbsp;purge-old-logs false</p>
        <p dir="ltr" style="text-align: left;"># binpath controls the
          value of the PATH environment variable during</p>
        <p dir="ltr" style="text-align: left;"># compilation. &nbsp;If you
          have unusual tools that need to be in the path to build</p>
        <p dir="ltr" style="text-align: left;"># KDE, add them here.
          &nbsp;KDE's and Qt's programs are automatically added.</p>
        <p dir="ltr" style="text-align: left;"># If you leave this
          option blank, it will default to the PATH that kdesrc-build
          had</p>
        <p dir="ltr" style="text-align: left;"># when it was started.</p>
        <p dir="ltr" style="text-align: left;"># binpath
          /bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin</p>
        <p dir="ltr" style="text-align: left;"># binpath
          /usr/lib/ccache/bin:/bin:/usr/bin:/usr/local/bin:/usr/X11R6/bin</p>
        <p dir="ltr" style="text-align: left;"># This directory is where
          everything gets built before it is installed. &nbsp;By</p>
        <p dir="ltr" style="text-align: left;"># default it is relative
          to the value for source-dir. &nbsp;You can specify an</p>
        <p dir="ltr" style="text-align: left;"># absolute path if you'd
          like (begin the path with a slash).</p>
        <p dir="ltr" style="text-align: left;"># build-dir build</p>
        <p dir="ltr" style="text-align: left;"># These are the
          compilation flags to use by default when compiling KDE.</p>
        <p dir="ltr" style="text-align: left;"># gcc supports a -march
          option in order to generate specific code for pentium4,
          athlon-xp,</p>
        <p dir="ltr" style="text-align: left;"># etc. &nbsp;See the gcc man
          page for more information.</p>
        <p>#</p>
        <p dir="ltr" style="text-align: left;"># NOTE: For KDE 4 these
          flags are only applied if you set the CMAKE_BUILD_TYPE setting</p>
        <p dir="ltr" style="text-align: left;"># to "none" (see the
          cmake-options setting)</p>
        <p dir="ltr" style="text-align: left;"># cxxflags -pipe
          -march=native # Don't use native with distributed build</p>
        <p dir="ltr" style="text-align: left;"># You can use the set-env
          option to add values to the build environment.</p>
        <p dir="ltr" style="text-align: left;"># set-env LDFLAGS -Wl,-O1
          &nbsp;&nbsp;# Optimize the linker, takes longer.</p>
        <p dir="ltr" style="text-align: left;"># If you use software
          which requires pkg-config, and you need to add entries</p>
        <p dir="ltr" style="text-align: left;"># to your pkg-config
          path, you can also use set-env for that. &nbsp;Some broken</p>
        <p dir="ltr" style="text-align: left;"># systems require you to
          set this to find e.g. glib.</p>
        <p dir="ltr" style="text-align: left;"># set-env PKG_CONFIG_PATH
          /opt/gnome/lib/pkgconfig</p>
        <p dir="ltr" style="text-align: left;">end global</p>
        <p dir="ltr" style="text-align: left;"># qt-copy is a copy of
          Nokia's Qt, optionally with some bugfixes and</p>
        <p dir="ltr" style="text-align: left;"># optimizations added.
          &nbsp;It is the easiest way to get Qt if you don't already</p>
        <p dir="ltr" style="text-align: left;"># have it (and you don't
          want to use your distro's tools to install it.)</p>
        <p>#</p>
        <p dir="ltr" style="text-align: left;"># Note that this module
          uses the "git" source control tool instead of</p>
        <p dir="ltr" style="text-align: left;"># Subversion, so read
          carefully the comments below. ;)</p>
        <p dir="ltr" style="text-align: left;">#module qt-copy</p>
        <p dir="ltr" style="text-align: left;"># Configure flags. See
          README.kde-qt for the official recommended ones, which</p>
        <p dir="ltr" style="text-align: left;"># may become inconsistent
          with these sample flags.</p>
        <p dir="ltr" style="text-align: left;"># Do not specify -prefix,
          kdesrc-build will handle that.</p>
        <p>#</p>
        <p dir="ltr" style="text-align: left;"># Phonon note:</p>
        <p dir="ltr" style="text-align: left;"># - If you compile phonon
          separately, make sure to pass -no-phonon.</p>
        <p dir="ltr" style="text-align: left;"># - Alternatively, if you
          use Qt's phonon, ensure kdesupport is</p>
        <p dir="ltr" style="text-align: left;"># &nbsp;&nbsp;built without Phonon
          and don't use phonon-git below.</p>
        <p dir="ltr" style="text-align: left;"># - As of KDE 4.4/Qt 4.6
          the "right answer" is the first option: separate phonon.</p>
        <p dir="ltr" style="text-align: left;"># configure-flags -qt-gif
          -fast -debug -no-separate-debug-info \</p>
        <p dir="ltr" style="text-align: left;">#
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-system-zlib -system-libpng -system-libjpeg \</p>
        <p dir="ltr" style="text-align: left;"># &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-dbus
          -webkit -plugin-sql-mysql \</p>
        <p dir="ltr" style="text-align: left;"># &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-nomake
          examples -nomake demos \</p>
        <p dir="ltr" style="text-align: left;">#
          &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;-no-phonon # See "module phonon-git" below</p>
        <p dir="ltr" style="text-align: left;"># make-options -j2</p>
        <p dir="ltr" style="text-align: left;"># Default Qt repository
          -- Use this if you want Nokia's official Qt</p>
        <p dir="ltr" style="text-align: left;"># without any KDE fixes
          or extensions.</p>
        <p dir="ltr" style="text-align: left;"># repository
          git://gitorious.org/qt/qt.git</p>
        <p>#</p>
        <p dir="ltr" style="text-align: left;"># KDE's (slightly)
          modified Qt repository. &nbsp;This includes various</p>
        <p dir="ltr" style="text-align: left;"># optimizations and
          bugfixes and is generally what KDE developers use.</p>
        <p dir="ltr" style="text-align: left;"># This is recommended in
          most cases. &nbsp;If you used to use the old</p>
        <p dir="ltr" style="text-align: left;"># "apply-patches" option,
          this is the git equivalent.</p>
        <p dir="ltr" style="text-align: left;"># repository
          git://gitorious.org/+kde-developers/qt/kde-qt.git</p>
        <p dir="ltr" style="text-align: left;"># If you use the branch
          option up in the "global" section to set a</p>
        <p dir="ltr" style="text-align: left;"># default KDE version,
          you should manually choose a branch here for Qt.</p>
        <p dir="ltr" style="text-align: left;"># You can see the
          available branches by looking first on gitorious.org,</p>
        <p dir="ltr" style="text-align: left;"># or by using "git branch
          -r" from the qt-copy source directory.</p>
        <p>#</p>
        <p dir="ltr" style="text-align: left;"># The "master" branch is
          the best choice for both kde-qt and official Qt if</p>
        <p dir="ltr" style="text-align: left;"># you have no preference.</p>
        <p dir="ltr" style="text-align: left;"># branch master</p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;"># kdesupport contains
          taglib and QCA, and the Strigi library required for</p>
        <p dir="ltr" style="text-align: left;"># kdelibs in KDE 4.
          &nbsp;taglib is required for JuK, amarok, and the meta info</p>
        <p dir="ltr" style="text-align: left;"># reader for music files
          in Konqueror.</p>
        <p dir="ltr" style="text-align: left;"># kdesupport is also the
          bearer of automoc and all that is good and right with</p>
        <p dir="ltr" style="text-align: left;"># CMake, install it
          before all KDE modules but after Qt 4.</p>
        <p dir="ltr" style="text-align: left;">#module kdesupport</p>
        <p dir="ltr" style="text-align: left;"># To get the necessary
          kdesupport stuff for KDE-4.4, use:</p>
        <p dir="ltr" style="text-align: left;"># tag
          kdesupport-for-4.4/kdesupport</p>
        <p dir="ltr" style="text-align: left;"># and add
          -DBUILD_phonon=OFF to the cmake-options below (not needed in
          trunk).</p>
        <p dir="ltr" style="text-align: left;"># Note: -DWITH_ASF=TRUE
          and -DWITH_MP4=TRUE is required to allow Amarok</p>
        <p dir="ltr" style="text-align: left;"># (defined below, near
          the end of this file) to build.</p>
        <p dir="ltr" style="text-align: left;"># cmake-options
          -DWITH_ASF=TRUE -DWITH_MP4=TRUE</p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;"># Phonon, the KDE
          multimedia interface, is required for KDE. It is present in</p>
        <p dir="ltr" style="text-align: left;"># Qt but the "official"
          development branch for it is on gitorious.org (it used</p>
        <p dir="ltr" style="text-align: left;"># to be in kdesupport,
          above).</p>
        <p dir="ltr" style="text-align: left;">#module phonon-git</p>
        <p dir="ltr" style="text-align: left;"># &nbsp;&nbsp;&nbsp;repository
          git://gitorious.org/phonon/phonon.git</p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;"># kdelibs are the base
          KDE libraries needed by all KDE applications.</p>
        <p dir="ltr" style="text-align: left;">#module kdelibs</p>
        <p dir="ltr" style="text-align: left;"># KDE 4 uses CMake, if
          you need to pass options to the cmake command, use this</p>
        <p dir="ltr" style="text-align: left;"># option:</p>
        <p dir="ltr" style="text-align: left;"># cmake-options
          -DKDE4_BUILD_TESTS:BOOL=ON</p>
        <p dir="ltr" style="text-align: left;"># If you're a programmer
          you may want to build the API docs. &nbsp;There is a</p>
        <p dir="ltr" style="text-align: left;"># separate script in
          kdesdk/scripts to do that for you however.</p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;"># kdepimlibs contains
          required PIM (mail, instant messenger, etc.) basics</p>
        <p dir="ltr" style="text-align: left;"># that are needed by some
          other KDE modules. &nbsp;Should be built after kdelibs</p>
        <p dir="ltr" style="text-align: left;">#module kdepimlibs</p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;"># kdebase contains useful
          general-purpose programs, normally people would</p>
        <p dir="ltr" style="text-align: left;"># expect a usable desktop
          to have these. &nbsp;Includes required programs and</p>
        <p dir="ltr" style="text-align: left;"># libraries in runtime/,
          and Konqueror, Dolphin, and Plasma.</p>
        <p dir="ltr" style="text-align: left;">#module kdebase</p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;"># kdemultimedia contains
          JuK, noatun, Kaboodle, and other KDE multimedia</p>
        <p dir="ltr" style="text-align: left;"># applications. &nbsp;It does
          not include amarok, which is in extragear/multimedia</p>
        <p dir="ltr" style="text-align: left;">#module kdemultimedia</p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;"># ... Well, they're
          games. ;)</p>
        <p dir="ltr" style="text-align: left;">#module kdegames</p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;"># kdesdk is a useful
          module for software developers. &nbsp;It is where kdesrc-build</p>
        <p dir="ltr" style="text-align: left;"># is developed, in
          addition to other handy scripts for KDE and general software</p>
        <p dir="ltr" style="text-align: left;"># developers.
          &nbsp;Programmers *need* this module for kcachegrind</p>
        <p dir="ltr" style="text-align: left;">#module kdesdk</p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;"># kdenetwork has Kopete
          and other useful applications for the Internet and</p>
        <p dir="ltr" style="text-align: left;"># other networks.</p>
        <p dir="ltr" style="text-align: left;">#module kdenetwork</p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;"># kdepim contains KMail,
          Kontact, KOrganizer, and other insanely useful</p>
        <p dir="ltr" style="text-align: left;"># programs that help you
          keep track of things.</p>
        <p dir="ltr" style="text-align: left;">#module kdepim</p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;"># kdeadmin has system
          administration tools for your computer.</p>
        <p dir="ltr" style="text-align: left;">#module kdeadmin</p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;"># kdebindings is useful
          for software developers, and for those who wish to run</p>
        <p dir="ltr" style="text-align: left;"># some KDE programs that
          don't use C++.</p>
        <p dir="ltr" style="text-align: left;">#module kdebindings</p>
        <p dir="ltr" style="text-align: left;"># kdebindings will
          probably need to use the following option to install</p>
        <p dir="ltr" style="text-align: left;"># successfully due to
          necessary integration with the program interpreters. &nbsp;You</p>
        <p dir="ltr" style="text-align: left;"># must configure the sudo
          program first to allow for passwordless operation.</p>
        <p dir="ltr" style="text-align: left;"># make-install-prefix
          sudo -S</p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;"># kdeutils has
          miscellaneous programs which can be useful. &nbsp;You probably
          won't</p>
        <p dir="ltr" style="text-align: left;"># die if you remove this
          from the config file though.</p>
        <p dir="ltr" style="text-align: left;">#module kdeutils</p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;"># kdegraphics contains
          various programs useful for graphics editing. &nbsp;It</p>
        <p dir="ltr" style="text-align: left;"># doesn't include Krita,
          which is part of KOffice, but it is worth it just for</p>
        <p dir="ltr" style="text-align: left;"># KolourPaint and
          Gwenview.</p>
        <p dir="ltr" style="text-align: left;">#module kdegraphics</p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;"># Contains nifty
          diversions of time, which generally aren't games.</p>
        <p dir="ltr" style="text-align: left;">#module kdetoys</p>
        <p dir="ltr" style="text-align: left;"> # Let's explain a new
          kdesrc-build feature here, as an example:</p>
        <p dir="ltr" style="text-align: left;"> # Say you don't want
          "./kdesrc-build" to always update and build kdetoys,</p>
        <p dir="ltr" style="text-align: left;"> # but you want to
          specify options here (branch, cmake-options etc.) so that</p>
        <p dir="ltr" style="text-align: left;"> # you can invoke
          "./kdesrc-build kdetoys" explicitly, now and then.</p>
        <p dir="ltr" style="text-align: left;"> # The option
          manual-update does exactly this.</p>
        <p dir="ltr" style="text-align: left;"># manual-update true</p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;"># Educational programs.
          &nbsp;Some are actually quite fun even if you're not trying</p>
        <p dir="ltr" style="text-align: left;"># to learn anything.</p>
        <p dir="ltr" style="text-align: left;">module kdeedu</p>
        <p dir="ltr" style="text-align: left;"> checkout-only cmake
          libkdeedu parley-data parley</p>
        <p dir="ltr" style="text-align: left;">end module</p>
        <p dir="ltr" style="text-align: left;"># Extra collection of
          useful plasma applets, runners, data engines, etc.</p>
        <p dir="ltr" style="text-align: left;">#module kdeplasma-addons</p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;"># The KDE Office Suite.
          &nbsp;Includes a pretty expansive collection of programs.</p>
        <p dir="ltr" style="text-align: left;"># It is rather large, so
          you can cut download and build times by removing it</p>
        <p dir="ltr" style="text-align: left;"># from this file.</p>
        <p dir="ltr" style="text-align: left;">#module koffice</p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;">## A prerequisite for
          kdevelop other modules using the kdevelop platform, like</p>
        <p dir="ltr" style="text-align: left;"># kdewebdev</p>
        <p dir="ltr" style="text-align: left;">#module kdevplatform</p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;">## The KDevelop IDE,
          useful for developing all kinds of programs. &nbsp;If you don't</p>
        <p dir="ltr" style="text-align: left;"># plan on being a
          software developer you can save time by removing this from</p>
        <p dir="ltr" style="text-align: left;"># your configuration.</p>
        <p dir="ltr" style="text-align: left;">#module kdevelop</p>
      </blockquote>
      <blockquote>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;"># Includes Quanta Plus
          and other web design tools.</p>
        <p dir="ltr" style="text-align: left;">#module kdewebdev</p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;"># Modules in extragear
          and playground can also be added.</p>
        <p>#</p>
        <p dir="ltr" style="text-align: left;"># To see what you can
          find in the various modules, browse</p>
        <p dir="ltr" style="text-align: left;">#
          <a class="moz-txt-link-freetext" href="http://websvn.kde.org/trunk/extragear">http://websvn.kde.org/trunk/extragear</a> and</p>
        <p dir="ltr" style="text-align: left;">#
          <a class="moz-txt-link-freetext" href="http://websvn.kde.org/trunk/playground">http://websvn.kde.org/trunk/playground</a></p>
        <p dir="ltr" style="text-align: left;"># Amarok is a KDE
          application that uses the "git" source control system, like</p>
        <p dir="ltr" style="text-align: left;"># Nokia Qt does. &nbsp;It used
          to be in extragear/multimedia. &nbsp;If you want to</p>
        <p dir="ltr" style="text-align: left;"># build and install
          amarok, simply uncomment this module</p>
        <p dir="ltr" style="text-align: left;"># &nbsp;&nbsp;NOTE: Ensure you've
          enabled ASF and MP4 support above in kdesupport. (If</p>
        <p dir="ltr" style="text-align: left;"># &nbsp;&nbsp;you build the
          kdesupport/taglib module by itself, then make sure you've</p>
        <p dir="ltr" style="text-align: left;"># &nbsp;&nbsp;enabled this support
          for taglib).</p>
        <p dir="ltr" style="text-align: left;">#module amarok</p>
        <p dir="ltr" style="text-align: left;"># Read-only access</p>
        <p dir="ltr" style="text-align: left;"># repository
          git://git.kde.org/amarok/amarok.git</p>
        <p>#</p>
        <p dir="ltr" style="text-align: left;"># Read-write access. See</p>
        <p dir="ltr" style="text-align: left;">#
          <a class="moz-txt-link-freetext" href="http://techbase.kde.org/Getting_Started/Sources/Amarok_Git_Tutorial">http://techbase.kde.org/Getting_Started/Sources/Amarok_Git_Tutorial</a></p>
        <p dir="ltr" style="text-align: left;"># for a good intro
          tutorial for developers.</p>
        <p dir="ltr" style="text-align: left;"># repository
          <a class="moz-txt-link-abbreviated" href="mailto:git@git.kde.org:amarok/amarok.git">git@git.kde.org:amarok/amarok.git</a></p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;"># Includes the popular
          K3B cd/dvd burner and various media players.</p>
        <p dir="ltr" style="text-align: left;">#module
          extragear/multimedia</p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;"># Includes various photo
          management applications, scanner frontends, etc.</p>
        <p dir="ltr" style="text-align: left;">#module
          extragear/graphics</p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;"># KTorrent, Konversation,
          some Kopete plugins, Choqok, etc.</p>
        <p dir="ltr" style="text-align: left;"># module
          extragear/network</p>
        <p dir="ltr" style="text-align: left;"># end module</p>
        <p dir="ltr" style="text-align: left;"># Has Mailody</p>
        <p dir="ltr" style="text-align: left;">#module extragear/pim</p>
        <p dir="ltr" style="text-align: left;">#end module</p>
        <p dir="ltr" style="text-align: left;"># Add more modules as
          needed.</p>
      </blockquote>
      <p></p>
    </div>
    <br>
  </body>
</html>