Skip to content

Instantly share code, notes, and snippets.

@nathancarnes
Created October 24, 2012 21:04
Show Gist options
  • Save nathancarnes/3948871 to your computer and use it in GitHub Desktop.
Save nathancarnes/3948871 to your computer and use it in GitHub Desktop.
Install nokogiri 1.4.4
gem install nokogiri -v=1.4.4 -- --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 --with-iconv-include=/usr/local/Cellar/libiconv/1.13.1/include --with-iconv-lib=/usr/local/Cellar/libiconv/1.13.1/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment