Procedure
Install CMake
Install CMake via package manager or the official Kitware installer from cmake.org, ensure cmake is on PATH, then verify with cmake --version.
Install CMake from https://cmake.org/download/ or your package manager.
Install CMake from https://cmake.org/download/ or your package manager. macOS: brew install cmake . Windows: winget install --id Kitware.CMake -e (or the official .msi and enable Add CMake to PATH). Linux: apt/dnf/pacman install cmake (elevated as needed), or Kitware Ubuntu packages / binaries from that download page.
Open a new terminal so PATH includes cmake.
Open a new terminal so PATH includes cmake.
cmake --version
cmake --version
DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.