Skip to content
Michael Hirsch edited this page Nov 8, 2020 · 4 revisions

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
Clone this wiki locally