Skip to content

Instantly share code, notes, and snippets.

@kristianhellquist
Created May 10, 2012 11:34
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 kristianhellquist/2652544 to your computer and use it in GitHub Desktop.
Save kristianhellquist/2652544 to your computer and use it in GitHub Desktop.
brew install libxml2
gem uninstall nokogiri
gem install nokogiri --version 1.5.0 -- --with-xml2-include=/usr/local/Cellar/libxml2/2.7.8/include/libxml2 --with-xml2-lib=/usr/local/Cellar/libxml2/2.7.8/lib --with-xslt-dir=/usr/local/Cellar/libxslt/1.1.26
@kristianhellquist
Copy link
Author

fo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment