Skip to content

Instantly share code, notes, and snippets.

@kvzb
Created December 12, 2014 10:30
Show Gist options
  • Save kvzb/d3c2543327f8c8dce11d to your computer and use it in GitHub Desktop.
Save kvzb/d3c2543327f8c8dce11d to your computer and use it in GitHub Desktop.
Nokogiri 1.6.3.1 without headaches.
gem install nokogiri -v '1.6.3.1' -- --with-xml2-include=/opt/boxen/homebrew/Cellar/libxml2/2.9.2/include/libxml2/ --with-xml2-lib=/opt/boxen/homebrew/Cellar/libxml2/2.9.2/lib/ --with-xslt-dir=/opt/boxen/homebrew/Cellar/Cellar/libxslt/1.1.28/ --with-iconv-dir=/opt/boxen/homebrew/Cellar/libiconv/1.14/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment