.. _pkg_cmake:

CMake
-----

CMake is a meta-build system used to generate the build files for a
chosen build tool or IDE.  It is currently used for all OME C++
components and is required for building them.

+------------------+-------------+
| System           | Package     |
+==================+=============+
| BSD Ports        | devel/cmake |
+------------------+-------------+
| Debian/Ubuntu    | cmake       |
+------------------+-------------+
| Homebrew         | cmake       |
+------------------+-------------+
| RedHat/CentOS    | cmake       |
+------------------+-------------+

- `Website <https://cmake.org/>`__
- `Download <https://cmake.org/download/>`__
