Created
December 16, 2014 09:32
-
-
Save katmutua/5bc60e6dc1dfabc1d879 to your computer and use it in GitHub Desktop.
Install old versions of libxml2 on OSX Mavericks
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
| cd /usr/local/ | |
| git checkout 8939a91 Library/Formula/libxml2.rb | |
| brew install libxml2 | |
| ln -s /usr/local/opt/libxml2/bin/xml2-config /usr/local/bin/xml2-config |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment