You can either download binaries or source code archives for the latest stable or previous release or access the current development (aka nightly) distribution through CVS. You can also download high-resolution logos.

Latest Release (2.6.0)

The 2.6.0 release was packaged with CPack which is included as part of the 2.6.0 release. The .sh files are self extracting gziped tar files. To install a .sh file, run it with /bin/sh and follow the directions. The OS-machine.tar.gz files are gziped tar files of the install tree. The OS-machine.tar.Z files are compressed tar files of the install tree. The tar file distributions can be untared in any directory. They are prefixed by the version of CMake. For example, the SunOS-sparc tar file is all under the directory cmake-2.6.0-SunOS-sparc. This prefix can be removed as long as the share, bin, man and doc directories are moved relative to each other.

To build the source distributions, unpack them with zip or tar and follow the instructions in Readme.txt at the top of the source tree


Source distributions:
PlatformFiles
Unix/Linux Source (has \n line feeds)cmake-2.6.0.tar.gz
cmake-2.6.0.tar.Z
Windows Source (has \r\n line feeds)cmake-2.6.0.zip

Binary distributions:
PlatformFiles
Windows (Win32 Installer)cmake-2.6.0-win32-x86.exe
Windows ZIPcmake-2.6.0-win32-x86.zip
Mac OSX Universal (.dmg installer only for Tiger)cmake-2.6.0-Darwin-universal.dmg
cmake-2.6.0-Darwin-universal.tar.gz
cmake-2.6.0-Darwin-universal.tar.Z
Linux i386cmake-2.6.0-Linux-i386.sh
cmake-2.6.0-Linux-i386.tar.gz
cmake-2.6.0-Linux-i386.tar.Z
SunOS Sparccmake-2.6.0-SunOS-sparc.sh
cmake-2.6.0-SunOS-sparc.tar.gz
cmake-2.6.0-SunOS-sparc.tar.Z
IRIX64 64cmake-2.6.0-IRIX64-64.sh
cmake-2.6.0-IRIX64-64.tar.gz
cmake-2.6.0-IRIX64-64.tar.Z
IRIX64 n32cmake-2.6.0-IRIX64-n32.sh
cmake-2.6.0-IRIX64-n32.tar.gz
cmake-2.6.0-IRIX64-n32.tar.Z
HPUX 9000/785cmake-2.6.0-HP-UX-9000_785.sh
cmake-2.6.0-HP-UX-9000_785.tar.gz
cmake-2.6.0-HP-UX-9000_785.tar.Z
AIX powerpccmake-2.6.0-AIX-powerpc.sh
cmake-2.6.0-AIX-powerpc.tar.Z
cmake-2.6.0-AIX-powerpc.tar.gz

Previous (2.4.8)

The 2.4.8 release was packaged with CPack which is included as part of the 2.4.8 release. The .sh files are self extracting gziped tar files. To install a .sh file, run it with /bin/sh and follow the directions. The OS-machine.tar.gz files are gziped tar files of the install tree. The OS-machine.tar.Z files are compressed tar files of the install tree. The tar file distributions can be untared in any directory. They are prefixed by the version of CMake. For example, the SunOS-sparc tar file is all under the directory cmake-2.4.8-SunOS-sparc. This prefix can be removed as long as the share, bin, man and doc directories are moved relative to each other.

To build the source distributions, unpack them with zip or tar and follow the instructions in Readme.txt at the top of the source tree


Source distributions:
PlatformFiles
Unix/Linux Source (has \n line feeds)cmake-2.4.8.tar.gz
cmake-2.4.8.tar.Z
Windows Source (has \r\n line feeds)cmake-2.4.8.zip

Binary distributions:
PlatformFiles
Windows (Win32 Installer)cmake-2.4.8-win32-x86.exe
Windows ZIPcmake-2.4.8-win32-x86.zip
Mac OSX Universal (.dmg installer only for Tiger)cmake-2.4.8-Darwin-universal.dmg
cmake-2.4.8-Darwin-universal.tar.gz
cmake-2.4.8-Darwin-universal.tar.Z
Linux i386cmake-2.4.8-Linux-i386.sh
cmake-2.4.8-Linux-i386.tar.gz
cmake-2.4.8-Linux-i386.tar.Z
SunOS Sparccmake-2.4.8-SunOS-sparc.sh
cmake-2.4.8-SunOS-sparc.tar.gz
cmake-2.4.8-SunOS-sparc.tar.Z
IRIX64 64cmake-2.4.8-IRIX64-64.sh
cmake-2.4.8-IRIX64-64.tar.gz
cmake-2.4.8-IRIX64-64.tar.Z
IRIX64 n32cmake-2.4.8-IRIX64-n32.sh
cmake-2.4.8-IRIX64-n32.tar.gz
cmake-2.4.8-IRIX64-n32.tar.Z
HPUX 9000/785cmake-2.4.8-HP-UX-9000_785.sh
cmake-2.4.8-HP-UX-9000_785.tar.gz
cmake-2.4.8-HP-UX-9000_785.tar.Z
AIX powerpccmake-2.4.8-AIX-powerpc.sh
cmake-2.4.8-AIX-powerpc.tar.Z
cmake-2.4.8-AIX-powerpc.tar.gz

Editor Syntax Files

EditorFiles
emacscmake-mode.el
vimcmake-indent.vim
cmake-syntax.vim

Older Releases

ProtocolLink
HTTPhttp://www.cmake.org/files
FTPftp://www.cmake.org/pub/cmake

Current development distribution

Each night a windows binary is created as part of the testing process. Other than passing all of the tests in CMake, this version of CMake should not be expected to work in a production environment. It is being produced so that users can test bug fixes done in CVS without having to build cmake. This is only done for windows since building CMake from source on Linx/UNIX is trival and does not require purchasing a compiler.

Nightly CVS Windows BinaryLink
HTTPhttp://www.cmake.org/files/vCVS

If you want to build from source, you can always download the source code by using CVS. CVS is a source code revision control system used by many participants in the open-source community.

To use CVS, you must have it installed on your system. You may wish to use the Cygwin tools on Windows platforms, or WinCVS which provides a very nice GUI to CVS.

On UNIX, one may use the bootstrap script provided in the source tree to build CMake.

In order to build the windows version of CMake you will need a current binary installation of CMake to bootstrap the build process. If you are building on windows and want the CMakeSetup GUI to be built, you must have a compiler that has MFC library support. Use the above download link to get it.

The source is accessed by checking out a read-only version of the CMake source code:

cvs -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake login
(respond with password cmake)

Follow this command by checking out the source code:
cvs -d :pserver:anonymous@www.cmake.org:/cvsroot/CMake co CMake

One may also browse the cvs repository online.

Logos

Download high-resolution logos. If you need more logos, different sizes or background colors, please contact support@kitware.com.

LogoFiles
PNG (http) transparent background, 2072x2072, 300 dpi
JPEG (http) white background, 2072x2072, 300 dpi
PNG (http) transparent background, 6325x2072, 300 dpi
JPEG (http) white background, 6325x2072, 300 dpi