v20241219-3.31.3-41abd532Updated: 1 day, 4 hours ago
Cross-platform make
An extensible, open-source system that manages the build process in an operating system and compiler independent manner. Unlike many cross-platform systems, CMake is designed to be used in conjunction with the native build environment. The cmake-devel release port is updated roughly every few months.
An extensible, open-source system that manages the build process in an operating system and compiler independent manner. Unlike many cross-platform systems, CMake is designed to be used in conjunction with the native build environment. The cmake-devel release port is updated roughly every few months.
To install cmake-devel, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install cmake-devel
To see what files were installed by cmake-devel, run:
port contents cmake-devel
To later upgrade cmake-devel, run:
sudo port selfupdate && sudo port upgrade cmake-devel
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.