CMake GUI on Mac

谁都会走 提交于 2019-11-30 06:37:58

you need to install the gui variant:

sudo port install cmake +gui

you may need to run sudo port uninstall cmake first.

Try installing the cmake GUI using brew cask

brew cask install cmake

how to install brew cask

  1. Install Homebrew first How to install homebrew
  2. Add the brew cask to using the command brew tap caskroom/cask

here it is:

http://www.cmake.org/cmake/resources/software.html

extra plugins will imported by their own extensions so no OS compatibility is needed ;)

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!