Created
July 24, 2013 20:33
-
-
Save eyupatis/6074270 to your computer and use it in GitHub Desktop.
Source not found problem when installing libxml2 to Mac Os x Mountion Lion
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
if you have homebrew you must write this to terminal | |
brew install libxml2 | |
after installation | |
brew link libxml2 --force | |
source not found error fixed for me. Hope you fix too. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment