Created
September 10, 2013 09:28
-
-
Save convexstyle/6507049 to your computer and use it in GitHub Desktop.
cmake error from installing mysql
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
=== 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