KDE-Runtime contains runtime applications and libraries essential for KDE.
This package is known to build and work properly using an LFS-7.6 systemd platform.
Download (HTTP): http://download.kde.org/stable/4.14.1/src/kde-runtime-4.14.1.tar.xz
Download MD5 sum: 8748f518157cc9f9b086347730763d4d
Download size: 7.5 MB
Estimated disk space required: 141.4 MB
Estimated build time: 5.5 SBU
alsa-lib-1.0.28, Exiv2-0.24, KActivities-4.13.3, and Kdepimlibs-4.14.1
libcanberra-0.30, NetworkManager-0.9.10.0, PulseAudio-5.0, Samba-4.1.11, xine-lib-1.2.6, LibSSH, Nepomuk-Core, OpenEXR, OpenSLP, and QNtrack
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/kde-runtime
Install KDE-Runtime by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=$KDE_PREFIX \ -DSYSCONF_INSTALL_DIR=/etc \ -DCMAKE_BUILD_TYPE=Release \ -DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0 \ -Wno-dev .. && make
To test the results, issue make test.
Now as the root
user:
make install && ln -sfv ../lib/kde4/libexec/kdesu $KDE_PREFIX/bin/kdesu
-DSAMBA_INCLUDE_DIR=/usr/include/samba-4.0
:
This switch is used so that CMake
can properly find Samba headers
which got moved in version 4.
Last updated on 2014-09-19 08:10:38 -0700