Kde-runtime contains runtime applications and libraries essential for KDE.
This package is known to build and work properly using an LFS-7.7 platform.
Download (HTTP): http://download.kde.org/stable/applications/14.12.2/src/kde-runtime-14.12.2.tar.xz
Download MD5 sum: 6c9eaba92b0bc92892f119e9ed657536
Download size: 7.5 MB
Estimated disk space required: 138 MB
Estimated build time: 0.8 SBU (using parallelism=10)
kdelibs-4.14.5 and libgcrypt-1.6.2
kactivities-4.13.3, kdepimlibs-4.14.5, alsa-lib-1.0.28, libjpeg-turbo-1.4.0, and Exiv2-0.24
PulseAudio-5.0, xine-lib-1.2.6, libcanberra-0.30, Samba-4.1.17, NetworkManager-1.0.0, nepomuk-core, OpenSLP, QNtrack, LibSSH, and OpenEXR
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 2015-02-23 21:17:16 -0800