Kde-runtime contains runtime applications and libraries essential for KDE.
This package is known to build and work properly using an LFS-7.9 platform.
Download (HTTP): http://download.kde.org/stable/applications/15.12.1/src/kde-runtime-15.12.1.tar.xz
Download MD5 sum: 261c5cab13f3d9b1565d40056da6157c
Download size: 7.5 MB
Estimated disk space required: 110 MB
Estimated build time: 4.3 SBU
kdelibs-4.14.16 and libgcrypt-1.6.5
alsa-lib-1.1.0, Exiv2-0.25, kactivities-4.13.3, kdepimlibs-4.14.10, and libjpeg-turbo-1.4.2
libcanberra-0.30, NetworkManager-1.0.10, PulseAudio-8.0, Samba-4.3.4, 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 \ -DCMAKE_MINIMUM_REQUIRED_VERSION=3.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 2016-03-02 13:42:47 -0800