问题
I can't find where I can get the GUI tool for CMake on MacOSX. I see references to it online but nothing else. I got CMake using MacPorts but on Windows I am used to using the GUI.
Does it exist on Mac and where/how do I get it?
回答1:
you need to install the gui variant:
sudo port install cmake +gui
you may need to run sudo port uninstall cmake first.
回答2:
Try installing the cmake GUI using brew cask
brew cask install cmake
how to install brew cask
- Install Homebrew first How to install homebrew
- Add the brew cask to using the command
brew tap caskroom/cask
回答3:
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 ;)
来源:https://stackoverflow.com/questions/10044251/cmake-gui-on-mac