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.
This package is known to build and work properly using an LFS-7.3 platform.
Download (HTTP): http://www.cmake.org/files/v2.8/cmake-2.8.11.tar.gz
Download MD5 sum: be6008f2299613d23fe82ab53ef7472e
Download size: 5.7 MB
Estimated disk space required: 275 MB (including tests)
Estimated build time: 1.9 SBU (additional 3.1 SBU for the test suite)
cURL-7.30.0, libarchive-3.1.2 and expat-2.1.0
Subversion-1.7.8 (for testing) and Qt-4.8.4 (for the Qt-based GUI)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/cmake
Install CMake by running the following commands:
./bootstrap --prefix=/usr \
--system-libs \
--mandir=/share/man \
--docdir=/share/doc/cmake-2.8.11 &&
make
To test the results, issue: make
test.
Now, as the root user:
make install
--system-libs: This switch forces the
build system to link against Zlib,
Bzip2, cURL and Expat installed on the system.
--qt-gui: This switch enables building
of the Qt-based GUI for
CMake.
Last updated on 2013-05-17 20:11:12 +0000