Created
March 29, 2017 13:08
-
-
Save caspian311/66de2a4e9c4f9f50db62db0fa4cec444 to your computer and use it in GitHub Desktop.
Installing Nokogiri on MacOS
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
gem install nokogiri -- \ | |
--use-system-libraries \ | |
--with-xml2-include=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment