How to install CMake on Alpine Linux

Run

install_cmake.sh
apk update

as root to update the list of available packages. Then, run

install_cmake.sh
apk add cmake

to install CMake.


Check out similar posts by category: Alpine Linux