问题
I do not have cmake in terminal, so I went to it's webpage download page, downloaded the "Mac OSX 64/32-bit Universal (for Intel, Snow Leopard/10.6 or later)" item, and the installer does nothing! I tried all 3 of them!!!
can anyone help me install cmake ????? huge thanks in advance!
EDIT: system info: OSX 10.8.4 Build 12E55 processor 2.5 GHz Intel Core i5
回答1:
You can install cmake via Homebrew.
Install Homebrew
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Install cmake via Homebrew
brew install cmake
来源:https://stackoverflow.com/questions/18857408/cannot-install-cmake-for-mac-os-x-10-8