(New page: 在Arch Linux中你需要安装以下包: pacman -Sy subversion bzip2 libxslt libxml2 \ shared-mime-info mesa boost dbus openssl \ pkgconfig xine-lib clucene 如果你想使用Arch Lin...) |
|||
| (6 intermediate revisions by 4 users not shown) | |||
| Line 1: | Line 1: | ||
| + | |||
| + | {{TutorialBrowser| | ||
| + | |||
| + | series=Getting Started| | ||
| + | |||
| + | name=Building KDE4 From Source (Arch Linux requirements)| | ||
| + | |||
| + | pre=[[Getting_Started/Build/KDE4|Build KDE 4]]| | ||
| + | |||
| + | next=[[Getting_Started/Build/KDE4|Build KDE 4]]| | ||
| + | |||
| + | 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> | ||
| 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 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