Skip to content

Instantly share code, notes, and snippets.

@jonikorpi
Last active August 29, 2017 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 jonikorpi/78b228e46fe34e8f8879 to your computer and use it in GitHub Desktop.
Save jonikorpi/78b228e46fe34e8f8879 to your computer and use it in GitHub Desktop.
Getting nokogiri to work in Ruby 1.9.3
xcode-select --install
gem install nokogiri -v '1.7.0.1' -- --with-xml2-include=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.10.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