Skip to content

Instantly share code, notes, and snippets.

@convexstyle
Created September 10, 2013 09:28
Show Gist options
  • Save convexstyle/6507049 to your computer and use it in GitHub Desktop.
Save convexstyle/6507049 to your computer and use it in GitHub Desktop.
cmake error from installing mysql
=== cmake erros ===
brew install mysql
==> Downloading https://downloads.sf.net/project/machomebrew/Bottles/mysql-5.6.13.lion.bottle.tar.gz
######################################################################## 100.0%
Warning: Bottle installation failed: building from source.
Error: /usr/local/opt/cmake not present or broken
Please reinstall cmake. Sorry :(
=== Install cmake and then, mysql ===
brew install cmake
brew install mysql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment