Skip to content

Instantly share code, notes, and snippets.

@trevorsheridan
Created March 1, 2012 08:17
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save trevorsheridan/1948273 to your computer and use it in GitHub Desktop.
Save trevorsheridan/1948273 to your computer and use it in GitHub Desktop.
Installing CMake 2.8.7 on Mac OSX Lion
$ cd ~/source
$ ftp http://www.cmake.org/files/v2.8/cmake-2.8.7.tar.gz
$ tar -zxvf cmake-2.8.7.tar.gz
$ rm -r cmake-2.8.7.tar.gz
$ cd cmake-2.8.7
$ ./bootstrap
$ make
$ sudo make install
$ which cmake
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment