Neverendingo (Talk | contribs) m (Text replace - "<code bash>" to "<syntaxhighlight lang="bash">") |
Neverendingo (Talk | contribs) m (Text replace - "</code>" to "</syntaxhighlight>") |
||
| Line 21: | Line 21: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
yum groupinstall 'Development Tools' | yum groupinstall 'Development Tools' | ||
| − | </ | + | </syntaxhighlight> |
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
yum install subversion cmake | yum install subversion cmake | ||
| − | </ | + | </syntaxhighlight> |
Install the yum-utils package to get yum-builddep: | Install the yum-utils package to get yum-builddep: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
yum install yum-utils | yum install yum-utils | ||
| − | </ | + | </syntaxhighlight> |
== Basic functional desktop == | == Basic functional desktop == | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
yum-builddep kdelibs kdebase akonadi | yum-builddep kdelibs kdebase akonadi | ||
| − | </ | + | </syntaxhighlight> |
== Full-optionals desktop == | == Full-optionals desktop == | ||
| Line 44: | Line 44: | ||
kdepimlibs kdeplasma-addons kdesdk kdetoys \ | kdepimlibs kdeplasma-addons kdesdk kdetoys \ | ||
kdeutils akonadi | kdeutils akonadi | ||
| − | </ | + | </syntaxhighlight> |
== KOffice == | == KOffice == | ||
| Line 53: | Line 53: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
yum-builddep koffice-suite | yum-builddep koffice-suite | ||
| − | </ | + | </syntaxhighlight> |
== Documentation == | == Documentation == | ||
| Line 59: | Line 59: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
yum install doxygen graphviz qt-doc | yum install doxygen graphviz qt-doc | ||
| − | </ | + | </syntaxhighlight> |
== Module prerequisites == | == Module prerequisites == | ||
| Line 65: | Line 65: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
yum-builddep module-name | yum-builddep module-name | ||
| − | </ | + | </syntaxhighlight> |
Where "module-name" is the name of the module you want to install | Where "module-name" is the name of the module you want to install | ||
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 |
| What's Next | Build KDE |
| Further Reading | kdesvn-build: The KDE From Subversion Build Tool KDE Build Environment including useful scripts Introduction to CMake |
Install basic toolchain:
yum groupinstall 'Development Tools'
yum install subversion cmakeInstall the yum-utils package to get yum-builddep:
yum install yum-utilsyum-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 12 (and less) still ship 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-docTo install prerequisites just run
yum-builddep module-name
Where "module-name" is the name of the module you want to install