The kwindowsystem provides information about, and allows interaction with, the windowing system. It provides a high level API that is windowing system independent and has platform specific implementations.
This package is known to build and work properly using an LFS 12.2 platform.
![[Important]](../images/important.png) 
          This package is extracted from the KF6 set of packages. If KDE Frameworks-6.5.0 is built, do NOT also build this package as presented here.
Download (HTTP): https://download.kde.org/stable/frameworks/6.5/kwindowsystem-6.5.0.tar.xz
Download MD5 sum: 5631073e18780513a3005159dd73e290
Download size: 2.3 MB
Estimated disk space required: 73 MB
Estimated build time: 0.7 SBU
extra-cmake-modules-6.5.0, plasma-wayland-protocols-1.13.0, Qt-6.7.2, and Xorg Libraries
Install kwindowsystem by running the following commands:
mkdir build &&
cd    build &&
cmake -D CMAKE_INSTALL_PREFIX=/usr \
      -D CMAKE_BUILD_TYPE=Release  \
      -D BUILD_TESTING=OFF         \
      -W no-dev ..                 &&
make
        This package does not come with a test suite.
          Now, as the root user:
        
make install