Aspotashev (Talk | contribs) (remove obsolete language bar) |
|||
| (3 intermediate revisions by 2 users not shown) | |||
| Line 1: | Line 1: | ||
| − | |||
{{TutorialBrowser| | {{TutorialBrowser| | ||
| Line 19: | Line 18: | ||
In Ark Linux, the build dependencies you need are installed with: | In Ark Linux, the build dependencies you need are installed with: | ||
| − | < | + | <syntaxhighlight lang="bash"> |
apt-get install devel-core libxml-devel libxslt-devel bzip2-devel \ | apt-get install devel-core libxml-devel libxslt-devel bzip2-devel \ | ||
clucene-core-devel librdf-devel shared-mime-info xorg-Mesa-libGL-devel \ | clucene-core-devel librdf-devel shared-mime-info xorg-Mesa-libGL-devel \ | ||
subversion boost-devel doxygen giflib-devel dbus-devel openssl-devel \ | subversion boost-devel doxygen giflib-devel dbus-devel openssl-devel \ | ||
alsa-lib-devel kdesdk-scripts qt-devel | alsa-lib-devel kdesdk-scripts qt-devel | ||
| − | </ | + | </syntaxhighlight> |
If you prefer a graphical interface, select the packages listed above in the "Install Software" tool in Mission Control. | If you prefer a graphical interface, select the packages listed above in the "Install Software" tool in Mission Control. | ||
| Line 32: | Line 31: | ||
{{TODO| Does Ark include HAL, or any of kdesupport? | {{TODO| Does Ark include HAL, or any of kdesupport? | ||
}} | }} | ||
| − | |||
| − | |||
| − | |||
| Tutorial Series | Getting Started |
| Previous | Build KDE 4 |
| What's Next | Build KDE 4 |
| Further Reading | kdesvn-build: The KDE From Subversion Build Tool KDE Build Environment including useful scripts Introduction to CMake |
In Ark Linux, the build dependencies you need are installed with:
apt-get install devel-core libxml-devel libxslt-devel bzip2-devel \
clucene-core-devel librdf-devel shared-mime-info xorg-Mesa-libGL-devel \
subversion boost-devel doxygen giflib-devel dbus-devel openssl-devel \
alsa-lib-devel kdesdk-scripts qt-develIf you prefer a graphical interface, select the packages listed above in the "Install Software" tool in Mission Control.
This includes installation of CMake, DBus and Qt - you can skip steps 5, 6 and 7.