FARSIGHT Tutorials/Building Software/Installing CMake
From FarsightWiki
(Difference between revisions)
LuisIbanez (Talk | contribs) (New page: = Overview = Although CMake is an Open Source project, you don't need to download the source code and build it. Instead you can simply download one of the binary builds, which is a much s...) |
LuisIbanez (Talk | contribs) (→Get CMake) |
||
Line 5: | Line 5: | ||
= Get CMake = | = Get CMake = | ||
− | You | + | You can download CMake binaries from |
− | + | ||
* [http://www.cmake.org/cmake/resources/software.html CMake Download Page] | * [http://www.cmake.org/cmake/resources/software.html CMake Download Page] |
Revision as of 14:41, 30 April 2009
Overview
Although CMake is an Open Source project, you don't need to download the source code and build it. Instead you can simply download one of the binary builds, which is a much simpler process.
Get CMake
You can download CMake binaries from
Choose the one appropriate for your platform.
Please note that if you are using a GNU/Linux distribution or GNU/Cygwin, you may have CMake already installed. CMake is available as a package in the most popular GNU/Linux distributions (Debian, Ubuntu, RedHat).