I'm installing PHP, Apache, MySQL on my Mac (Sierra) on Homebrew, but I'm a beginner, so I'd like you to tell me in an easy-to-understand way.
First, http://vdeep.net/intr-homebrew
Read
xCode was already installed, so
I installed Homebrew.
(homebrew 1.2.1)
You can send the following warning message, but is it safe to ignore it?Or, if there is a problem, please let me know how to solve it.
"Warning: Some frameworks can be picked up by CMake's build system and likely
cause the build to fail.To compile CMake, you may wish to move these
out of the way:
/Library/Frameworks/libcurl.framework"
It's not an error, it's a warning, so if there's no problem, you can ignore it.
Incidentally, the warning means "Installing a program to be built using a tool called CMake may use a different library (link), so in such cases, temporarily move the problem framework (/Library/Frameworks/libcurl.framework) to a different folder."
If you don't understand the meaning, I suggest you ask again when you have a problem.
© 2024 OneMinuteCode. All rights reserved.