Archive:Getting Started/Build/KDE4/Arch Linux (zh CN): Difference between revisions

From KDE TechBase
m (Text replace - "<code bash>" to "<syntaxhighlight lang="bash">")
No edit summary
(One intermediate revision by one other user not shown)
Line 1: Line 1:
{{Template:I18n/Language Navigation Bar|Getting_Started/Build/KDE4/Arch Linux}}


{{TutorialBrowser|
{{TutorialBrowser|
Line 20: Line 19:
shared-mime-info mesa boost dbus openssl \
shared-mime-info mesa boost dbus openssl \
pkgconfig xine-lib clucene
pkgconfig xine-lib clucene
</code>
</syntaxhighlight>


如果你想使用Arch Linux仓库里的qt4,你可以这样安装:
如果你想使用Arch Linux仓库里的qt4,你可以这样安装:
<syntaxhighlight lang="bash">
<syntaxhighlight lang="bash">
pacman -Sy qt
pacman -Sy qt
</code>
</syntaxhighlight>

Revision as of 09:57, 15 July 2012

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