Skip to content

Instantly share code, notes, and snippets.

@kwilczynski
Created June 16, 2014 00:48
Show Gist options
  • Save kwilczynski/a35dfb6978d9cbce9f94 to your computer and use it in GitHub Desktop.
Save kwilczynski/a35dfb6978d9cbce9f94 to your computer and use it in GitHub Desktop.
gem install nokogiri -- \
--with-xml2-include=/usr/local/Cellar/libxml2/<VERSION>/include\/libxml2 \
--with-xml2-lib=/usr/local/Cellar/libxml2/<VERSION>/lib \
--with-xslt-dir=/usr/local/Cellar/libxslt/<VERSION> \
--with-iconv-include=/usr/local/Cellar/libiconv/<VERSION>/include \
--with-iconv-lib=/usr/local/Cellar/libiconv/<VERSION>/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment