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 | cmake3* |
- *
- From EPEL. Note that the commands have a
3suffix, and and are named cmake3, ctest3 etc.