| Line 14: | Line 14: | ||
}} | }} | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
== Toolchain == | == Toolchain == | ||
| − | Install | + | Install basic toolchain: |
<code bash> | <code bash> | ||
| Line 112: | Line 47: | ||
== KOffice == | == KOffice == | ||
| + | |||
| + | {{Warning|Fedora < 11 still ships with KOffice 1.6.<br/><br/> | ||
| + | yum-builddep will install dependencies for the KDE 3 version.}} | ||
| + | |||
<code bash> | <code bash> | ||
yum-builddep koffice-suite | yum-builddep koffice-suite | ||
Contents |
Languages: عربي | Asturianu | Català | Česky | Kaszëbsczi | Dansk | Deutsch | English | Esperanto | Español | Eesti | فارسی | Suomi | Français | Galego | Italiano | 日本語 | 한국어 | Norwegian | Polski | Português Brasileiro | Română | Русский | Svenska | Slovenčina | Slovenščina | српски | Türkçe | Tiếng Việt | Українська | 简体中文 | 繁體中文
| Tutorial Series | Getting Started |
| Previous | 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 |
Install basic toolchain:
yum groupinstall 'Development Tools'
yum install subversion cmake
Install the yum-utils package to get yum-builddep:
yum install yum-utils
yum-builddep kdelibs kdebase akonadi
yum-builddep kdeaccessibility kdeadmin kdeartwork \
kdebase kdebindings kdeedu kdegames kdegraphics \ kdelibs kdemultimedia kdenetwork kdepim \ kdepimlibs kdeplasma-addons kdesdk kdetoys \ kdeutils akonadi
| Warning |
|---|
| Fedora < 11 still ships with KOffice 1.6. yum-builddep will install dependencies for the KDE 3 version. |
yum-builddep koffice-suite
It generally requires the following tools installed:
yum install doxygen graphviz qt-doc
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.