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:

  1. Open up your Terminal.
  2. Now, run
    ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)" < /dev/null 2> /dev/null
  3. Install cmake using brew
    brew install cmake

cmake is ready to use now!