The libkscreen package contains the KDE Screen Management library.
![[Note]](../images/note.png)
Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.
![[Important]](../images/important.png)
This package is extracted from the plasma set of packages. If Plasma-5.27.7 is built, do NOT also build this package as presented here.
Download (HTTP): http://download.kde.org/stable/plasma/5.27.7/libkscreen-5.27.7.tar.xz
Download MD5 sum: 0f40e7e4ef0675cf06afc828c6056821
Download size: 116 KB
Estimated disk space required: 16 MB
Estimated build time: 0.2 SBU (using parallelism=4)
Install libkscreen by running the following commands:
mkdir -v build &&
cd build &&
cmake -DCMAKE_INSTALL_PREFIX=/usr \
-DCMAKE_BUILD_TYPE=Release \
-DCMAKE_INSTALL_LIBDIR=lib \
-DBUILD_TESTING=OFF \
-Wno-dev .. &&
makeThis package does not come with a test suite.
Now, as the root user:
make install
Finally, remove some unneeded files as the root user:
rm -rf /usr/mkspecs && rm -rf /usr/lib/libexec