Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CMake GUI on Mac

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?

like image 400
Mr. Boy Avatar asked Apr 06 '12 13:04

Mr. Boy


3 Answers

you need to install the gui variant:

sudo port install cmake +gui

you may need to run sudo port uninstall cmake first.

like image 106
Andrew Avatar answered Nov 13 '22 22:11

Andrew


Cask is outdated now. You can install cmake using:

brew install --cask cmake
like image 19
zarg404 Avatar answered Nov 13 '22 21:11

zarg404


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
like image 11
Dam1tha Avatar answered Nov 13 '22 21:11

Dam1tha