Wednesday, May 26, 2021

Install CMake on Mac

 Could be achieved with the following steps:

  1. Download CMake dmg file from https://cmake.org/download/
  2. Install CMake with dmg file
  3. sudo "/Applications/CMake.app/Contents/bin/cmake-gui" --install
Note: Instead of install VSCode with CMake, could also consider to generate XCode project file with command "cmake -G XCode ."

No comments:

Post a Comment