Skip to content

Instantly share code, notes, and snippets.

@sax
Created October 25, 2013 19:11
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save sax/7160194 to your computer and use it in GitHub Desktop.
Nokogiri on Mavericks
export NOKOGIRI_USE_SYSTEM_LIBRARIES=1
bundle config build.nokogiri --with-xml2-include=/usr/local/Cellar/libxml2/2.9.1/include/libxml2
brew update
brew install libxml2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment