Skip to content

Instantly share code, notes, and snippets.

@jonatin
Created April 10, 2017 18:45
Show Gist options
  • Save jonatin/64b107a7d4f20746a3a03de426595c6c to your computer and use it in GitHub Desktop.
Save jonatin/64b107a7d4f20746a3a03de426595c6c to your computer and use it in GitHub Desktop.
Nokogiri installation macOS 10.12
#!/bin/sh
gem install nokogiri -- --with-xml2-include=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.12.sdk/usr/include/libxml2 --use-system-libraries
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment