Skip to content

Instantly share code, notes, and snippets.

@frenck
Created August 3, 2016 07:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save frenck/3c83d64f6819c0a3be116d32f8333f59 to your computer and use it in GitHub Desktop.
Save frenck/3c83d64f6819c0a3be116d32f8333f59 to your computer and use it in GitHub Desktop.
Install Ruby nokogiri gem on OSX 10.11
gem install nokogiri -- \
--with-xml2-include=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.11.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