Archive:Getting Started/Build/KDE4/Arch Linux (zh CN): Difference between revisions
Neverendingo (talk | contribs) m (Text replace - "<code bash>" to "<syntaxhighlight lang="bash">") |
Neverendingo (talk | contribs) m (Text replace - "</code>" to "</syntaxhighlight>") |
||
Line 20: | Line 20: | ||
shared-mime-info mesa boost dbus openssl \ | shared-mime-info mesa boost dbus openssl \ | ||
pkgconfig xine-lib clucene | pkgconfig xine-lib clucene | ||
</ | </syntaxhighlight> | ||
如果你想使用Arch Linux仓库里的qt4,你可以这样安装: | 如果你想使用Arch Linux仓库里的qt4,你可以这样安装: | ||
<syntaxhighlight lang="bash"> | <syntaxhighlight lang="bash"> | ||
pacman -Sy qt | pacman -Sy qt | ||
</ | </syntaxhighlight> |
Revision as of 20:56, 29 June 2011
Getting_Started/Build/KDE4/Arch Linux
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 | Українська | 简体中文 | 繁體中文
Building KDE4 From Source (Arch Linux requirements)
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|Increased Productivity in KDE4 with Scripts]] Introduction to CMake |
在Arch Linux中你需要安装以下包:
pacman -Sy subversion bzip2 libxslt libxml2 \
shared-mime-info mesa boost dbus openssl \
pkgconfig xine-lib clucene
如果你想使用Arch Linux仓库里的qt4,你可以这样安装:
pacman -Sy qt