Debian/Ubuntu Linux:
sudo apt-get install cmake cmake-gui
Fedora Linux
sudo yum install cmake cmake-gui
openSUSE Linux
sudo zypper install cmake cmake-gui
Gentoo Linux
sudo emerge cmake
OpenSolaris:
pfexec pkgadd install SUNWcmake
Windows:
Download and install the latest distribution from http://www.cmake.org/cmake/resources/software.html. Download the installer .exe file and run it.
Mac OS X:
Download and install the latest distribution from http://www.cmake.org/cmake/resources/software.html. Download the .dmg image and open it. Alternatively, if you have Darwinports installed, you can install the CMake port. The +gui variant causes cmake-gui to be installed as well. Omit +gui if you do not want to install cmake-gui.
port install cmake +gui
Other Unixes:
Precompiled packages for other Unix flavors (HPUX, AIX) are available from http://www.cmake.org/cmake/resources/software.html
Alternatively, you can build from source. A source package is also available from the CMake download page.
