Skip to content

Instantly share code, notes, and snippets.

@alexmamonchik
Created August 2, 2014 13:45
Show Gist options
  • Select an option

  • Save alexmamonchik/5b2858f98699abf953dd to your computer and use it in GitHub Desktop.

Select an option

Save alexmamonchik/5b2858f98699abf953dd to your computer and use it in GitHub Desktop.
mac os 10.9.4: correct command for install nokogiri 1.6.3
gem install nokogiri -- --with-xml2-include=usr/local/Cellar/libxml2/2.9.1/include/libxml2 --with-xml2-lib=usr/local/Cellar/libxml2/2.9.1/lib --with-xslt-dir=/usr/local/Cellar/libxslt/1.1.28 --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