The CMake package contains a modern toolset used for generating Makefiles. It is a successor of the auto-generated configure script and aims to be platform- and compiler-independent. A significant user of CMake is KDE since version 4.
Download HTTP: https://cmake.org/files/v4.3/cmake-4.3.2.tar.gz
Download SHA256 Sum: b0231eb39b3c3cabdc568c619df78208a7bd95ea10c9b2236d61218bac1b367d
Download Size: 12,665 KB
Estimated Disk Space: 466.5M
Estimated Build Time: 3.70 SBU
Prepare Cmake for compilation:
Now Configure the Package, issue:
sed -i '/"lib64"/s/64//' Modules/GNUInstallDirs.cmake;
./bootstrap --prefix=/usr \
--system-libarchive \
--system-expat \
--system-zlib \
--system-bzip2 \
--system-liblzma \
--no-system-libs \
--mandir=/share/man
--docdir=/share/doc/cmake-4.3.2
To Compile the Package, issue:
make
Now Install the Package, issue:
make install