We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Gemini uses CMake to orchestrate the download and build process. The current release of CMake is instantly installed by:
python -m pip install cmake
an alternative option for MacOS is:
brew install cmake