=Objectives and Overview= ---- This page describes how to install CMake for Windows or Linux. [[toc]] =Installation= ---- Follow these platform specific instructions: ==Windows== ---- Download the win32 installer from: http://www.cmake.org/HTML/Download.html ==Linux== ---- You can check if CMake is already installed by typing: [[code]] ccmake --version [[code]] Most likely you can use your system's package manager to install CMake. For example, on Ubuntu you would type: [[code]] sudo apt-get install cmake [[code]] Otherwise install CMake from source. Download source code at: http://www.cmake.org/HTML/Download.html