Archive:Getting Started/Build/KDE4/Arch Linux (zh CN): Difference between revisions
Appearance
No edit summary |
m AnneW moved page Getting Started/Build/KDE4/Arch Linux (zh CN) to Archive:Getting Started/Build/KDE4/Arch Linux (zh CN) without leaving a redirect: Obsolete |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 1: | Line 1: | ||
{{TutorialBrowser| | {{TutorialBrowser| | ||
Line 11: | Line 10: | ||
next=[[Getting_Started/Build/KDE4|Build KDE 4]]| | next=[[Getting_Started/Build/KDE4|Build KDE 4]]| | ||
reading=[[ | reading=[[Getting_Started/Build/kdesvn-build|kdesvn-build: The KDE From Subversion Build Tool]]<br>[[../../../Increased_Productivity_in_KDE4_with_Scripts|Increased Productivity in KDE4 with Scripts]]<br>[[Development/Tutorials/CMake |Introduction to CMake]]| | ||
}} | }} | ||
在Arch Linux中你需要安装以下包: | 在Arch Linux中你需要安装以下包: | ||
< | <syntaxhighlight lang="bash"> | ||
pacman -Sy subversion bzip2 libxslt libxml2 \ | pacman -Sy subversion bzip2 libxslt libxml2 \ | ||
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"> | ||
pacman -Sy qt | pacman -Sy qt | ||
</ | </syntaxhighlight> |
Latest revision as of 12:37, 23 June 2013
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