KDE TechBase is a Wiki - You can help! Please contribute! Questions?
Please ask development related questions in the KDE Community Forum.
Please ask development related questions in the KDE Community Forum.
Getting Started/Build/KDE4/Fedora
< Getting Started | Build | KDE4
Revision as of 02:26, 9 July 2009 by 114.78.11.121 (Talk)
Languages: عربي | Asturianu | Català | Česky | Kaszëbsczi | Dansk | Deutsch | English | Esperanto | Español | فارسی | Suomi | Français | Galego | Italiano | 日本語 | 한국어 | Norwegian | Polski | Português Brasileiro | Română | Русский | Svenska | Slovenščina | српски | Українська | 简体中文 | 繁體中文
Building KDE4 From Source (Fedora Linux requirements)
| Tutorial Series | Getting Started |
| Prerequisites | Build KDE 4 |
| What's Next | Build KDE 4 |
| Further Reading | kdesvn-build: The KDE From Subversion Build Tool Increased Productivity in KDE4 with Scripts Introduction to CMake |
Contents |
[edit] Toolchain
Install basic toolchain:
yum groupinstall 'Development Tools'
yum install subversion cmake
Install the yum-utils package to get yum-builddep:
yum install yum-utils
[edit] Basic functional desktop
yum-builddep kdelibs kdebase akonadi
[edit] Full-optionals desktop
yum-builddep kdeaccessibility kdeadmin kdeartwork \
kdebase kdebindings kdeedu kdegames kdegraphics \
kdelibs kdemultimedia kdenetwork kdepim \
kdepimlibs kdeplasma-addons kdesdk kdetoys \
kdeutils akonadi
[edit] KOffice
Warning
Fedora 11 (and less) still ship with KOffice 1.6.
yum-builddep will install dependencies for the KDE 3 version.
yum-builddep will install dependencies for the KDE 3 version.
yum-builddep koffice-suite
[edit] Documentation
It generally requires the following tools installed:
yum install doxygen graphviz qt-doc
[edit] Module prerequisites
To install prerequisites just run
yum-builddep module-name
Where "module-name" is the name of the module you want to install
Return to building KDE 4.
