Created
May 26, 2017 02:42
-
-
Save lengocgiang/6693b87ddff799eb7f452d9c2b7f0ff4 to your computer and use it in GitHub Desktop.
[MacOSX]How to fix "configure: error: pcre.h not found
This file contains 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
I'm using MacOSX Siera 10.12 | |
sudo ln -s /usr/local/Cellar/pcre/8.40/include/pcre.h /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/pcre.h | |
If you do not install "pcre" , you can using brew | |
brew install pcre |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment