%general-entities; ]> $LastChangedBy$ $Date$ CMake-&cmake-version; CMake Introduction to CMake The CMake package contains a modern toolset used for generating Makefiles. It is a successor of the auto-generated configure script. &lfs70_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &cmake-md5sum; Download size: &cmake-size; Estimated disk space required: &cmake-buildsize; Estimated build time: &cmake-time; CMake Dependencies Required , , and Options (for testing) User Notes: Installation of CMake Install CMake by running the following commands: ./bootstrap --prefix=/usr \ --system-libs \ --mandir=/share/man \ --docdir=/share/doc/cmake-&cmake-version; && make To test the results, issue: make test. The SVN test may fail. Now, as the root user: make install Command Explanations : This option forces the build system to link against Zlib, Bzip2, cURL and Expat installed on the system. Contents Installed Programs Installed Libraries Installed Directories ctest, cpack, ccmake, and cmake None /usr/share/cmake-&cmake-version; and /usr/share/doc/cmake-&cmake-version; Short Descriptions ctest is a testing utility for cmake-generated build trees. ctest cpack is the CMake packaging program. cpack ccmake is a curses based interactive frontend to cmake. ccmake cmake is the makefile generator. cmake