(fix link) |
|||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
{{TutorialBrowser| | {{TutorialBrowser| | ||
| Line 16: | Line 15: | ||
在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