cmake

Cross-platform build automation system, that generates recipes for native build systems. More information: <https://cmake.org/cmake/help/latest/manual/cmake.1.html>.

Debian Debian
RUN apt-get update && \ apt-get install -y cmake
Ubuntu
RUN apt-get update && \ apt-get install -y cmake
Alpine
RUN apk add cmake
Arch Arch Linux
RUN pacman -S --noconfirm cmake
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y cmake
CentOS
RUN yum install -y cmake
Fedora
RUN dnf install -y cmake
Raspbian
RUN apt-get update && \ apt-get install -y cmake
click the source code to copy install cmake on any operating system with command-not-found.com