ccmake

cross-platform, open-source make system

Debian Debian
RUN apt-get update && \ apt-get install -y cmake-curses-gui
Ubuntu
RUN apt-get update && \ apt-get install -y cmake3-curses-gui
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-curses-gui
CentOS
RUN yum install -y cmake
Fedora
RUN dnf install -y cmake
Raspbian
RUN apt-get update && \ apt-get install -y cmake-curses-gui
click the source code to copy install ccmake on any operating system with command-not-found.com