Skip to content

Instantly share code, notes, and snippets.

@tareiking
Last active August 29, 2015 14:01
Show Gist options
  • Save tareiking/33a82c03568aa7aee8b2 to your computer and use it in GitHub Desktop.
Save tareiking/33a82c03568aa7aee8b2 to your computer and use it in GitHub Desktop.
Install nokogiri on mac os mavericks
## Need to have xcode installed
sudo xcode-select -s /Library/Developer/CommandLineTools/
sudo gem install nokogiri -- --with-xml2-include=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/usr/include/libxml2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment