%general-entities; ]> cmake &cmake-version;
&cmake-url;
CMake-&cmake-version; CMake <para>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 LLVM.</para> <segmentedlist> <segtitle>&buildtime;</segtitle> <segtitle>&diskspace;</segtitle> <seglistitem> <seg>&cmake-final-sbu;</seg> <seg>&cmake-final-du;</seg> </seglistitem> </segmentedlist> </sect2> <sect2 role="installation"> <title>Installation of CMake Prevents applications using CMake from attempting to install files into lib64: sed -i '/"lib64"/s/64//' Modules/GNUInstallDirs.cmake Prepare CMake for compilation: ./bootstrap --prefix=/usr --no-system-libs Compile CMake by running: make Install the package: make install Contents of CMake Installed Programs Installed Directories ccmake, cmake, cpack, and ctest /usr/share/cmake-&cmake-majmin; and /usr/share/doc/cmake-&cmake-version; Short Descriptions ccmake is a curses based interactive frontend to cmake ccmake cmake is the makefile generator cmake cpack is the CMake packaging program cpack ctest is a testing utility for cmake-generated build trees ctest