Created
June 16, 2014 00:48
-
-
Save kwilczynski/a35dfb6978d9cbce9f94 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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