Easy Steps to Install cmake on Mac
Package Information:
Name: cmake
Use: CMake is an open-source, cross-platform family of tools designed to build, test and package software.
URL: https://www.cmake.org/
Installation Steps:
- Open up your Terminal.
- Now, run
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
- Install cmake using brew
brew install cmake
cmake is ready to use now!