Skip to content

Instantly share code, notes, and snippets.

@sandroqz
Created November 15, 2013 15:29
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 sandroqz/7486148 to your computer and use it in GitHub Desktop.
Save sandroqz/7486148 to your computer and use it in GitHub Desktop.
Installing Nokogiri w/ Mac OS X and homebrew 0.9
gem install nokogiri -- --with-xml2-include=/usr/local/opt/libxml2/include/libxml2 \
--with-xml2-lib=/usr/local/opt/libxml2/lib \
--with-xslt-dir=/usr/local/opt/libxslt \
--with-iconv-include=/usr/local/opt/libiconv/include \
--with-iconv-lib=/usr/local/opt/libiconv/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment