Neverendingo (Talk | contribs) m (Text replace - "<code bash>" to "<syntaxhighlight lang="bash">") |
|||
| Line 19: | Line 19: | ||
Install basic toolchain: | Install basic toolchain: | ||
| − | < | + | <syntaxhighlight lang="bash"> |
yum groupinstall 'Development Tools' | yum groupinstall 'Development Tools' | ||
</code> | </code> | ||
| − | < | + | <syntaxhighlight lang="bash"> |
yum install subversion cmake | yum install subversion cmake | ||
</code> | </code> | ||
Install the yum-utils package to get yum-builddep: | Install the yum-utils package to get yum-builddep: | ||
| − | < | + | <syntaxhighlight lang="bash"> |
yum install yum-utils | yum install yum-utils | ||
</code> | </code> | ||
== Basic functional desktop == | == Basic functional desktop == | ||
| − | < | + | <syntaxhighlight lang="bash"> |
yum-builddep kdelibs kdebase akonadi | yum-builddep kdelibs kdebase akonadi | ||
</code> | </code> | ||
== Full-optionals desktop == | == Full-optionals desktop == | ||
| − | < | + | <syntaxhighlight lang="bash"> |
yum-builddep kdeaccessibility kdeadmin kdeartwork \ | yum-builddep kdeaccessibility kdeadmin kdeartwork \ | ||
kdebase kdebindings kdeedu kdegames kdegraphics \ | kdebase kdebindings kdeedu kdegames kdegraphics \ | ||
| Line 51: | Line 51: | ||
yum-builddep will install dependencies for the KDE 3 version.}} | yum-builddep will install dependencies for the KDE 3 version.}} | ||
| − | < | + | <syntaxhighlight lang="bash"> |
yum-builddep koffice-suite | yum-builddep koffice-suite | ||
</code> | </code> | ||
| Line 57: | Line 57: | ||
== Documentation == | == Documentation == | ||
It generally requires the following tools installed: | It generally requires the following tools installed: | ||
| − | < | + | <syntaxhighlight lang="bash"> |
yum install doxygen graphviz qt-doc | yum install doxygen graphviz qt-doc | ||
</code> | </code> | ||
| Line 63: | Line 63: | ||
== Module prerequisites == | == Module prerequisites == | ||
To install prerequisites just run | To install prerequisites just run | ||
| − | < | + | <syntaxhighlight lang="bash"> |
yum-builddep module-name | yum-builddep module-name | ||
</code> | </code> | ||
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 | ||
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' </code> <syntaxhighlight lang="bash"> yum install subversion cmake </code> Install the yum-utils package to get yum-builddep: <syntaxhighlight lang="bash"> yum install yum-utils </code> == Basic functional desktop == <syntaxhighlight lang="bash"> yum-builddep kdelibs kdebase akonadi </code> == Full-optionals desktop == <syntaxhighlight lang="bash"> yum-builddep kdeaccessibility kdeadmin kdeartwork \ kdebase kdebindings kdeedu kdegames kdegraphics \ kdelibs kdemultimedia kdenetwork kdepim \ kdepimlibs kdeplasma-addons kdesdk kdetoys \ kdeutils akonadi </code> == KOffice == {{Warning|Fedora 12 (and less) still ship with KOffice 1.6.<br/><br/> yum-builddep will install dependencies for the KDE 3 version.}} <syntaxhighlight lang="bash"> yum-builddep koffice-suite </code> == Documentation == It generally requires the following tools installed: <syntaxhighlight lang="bash"> yum install doxygen graphviz qt-doc </code> == Module prerequisites == To install prerequisites just run <syntaxhighlight lang="bash"> yum-builddep module-name </code> Where "module-name" is the name of the module you want to install