The Extra Cmake Modules package contains extra CMake modules used by KDE Frameworks 5 and other packages.
This package is known to build and work properly using an LFS-7.9 platform.
Download (HTTP): http://download.kde.org/stable/frameworks/5.19/extra-cmake-modules-5.19.0.tar.xz
Download MD5 sum: c18b4e3ad6e37ce1fe372931d2b269fb
Download size: 280 KB
Estimated disk space required: 4.1 MB
Estimated build time: less than 0.1 SBU
Sphinx (for building documentation)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/extra-cmake-modules
Install Extra Cmake Modules by running the following commands:
mkdir build && cd build && cmake -DCMAKE_INSTALL_PREFIX=/usr .. && make
This package does not come with a test suite.
Unlike other KF5 packages, this module is installed in /usr because it can be used by some non-KF5 packages.
Now, as the root
user:
make install
Last updated on 2016-02-25 08:43:01 -0800