https://cmake.org/download/

➜ bin sudo ./cmake-gui
Password:
qt.qpa.fonts: Populating font family aliases took 272 ms. Replace uses of missing font family "Courier" with one that exists to avoid this cost.
➜ bin sudo ./cmake-gui --install
Linked: '/usr/local/bin/cmake' -> '/Applications/CMake.app/Contents/bin/cmake'
Linked: '/usr/local/bin/ctest' -> '/Applications/CMake.app/Contents/bin/ctest'
Linked: '/usr/local/bin/cpack' -> '/Applications/CMake.app/Contents/bin/cpack'
Linked: '/usr/local/bin/cmake-gui' -> '/Applications/CMake.app/Contents/bin/cmake-gui'
Linked: '/usr/local/bin/ccmake' -> '/Applications/CMake.app/Contents/bin/ccmake'
➜ bin cd
➜ ~ cmake
Usage

cmake [options]
cmake [options]
cmake [options] -S -B

Specify a source directory to (re-)generate a build system for it in the
current working directory. Specify an existing build directory to
re-generate its build system.

Run 'cmake --help' for more information.

posted on 2022-02-11 19:08  heidsoft  阅读(448)  评论(0编辑  收藏  举报