Created
April 27, 2014 17:46
-
-
Save hackjoy/11351347 to your computer and use it in GitHub Desktop.
Installing Nokogiri
This file contains hidden or 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
| NOKOGIRI_USE_SYSTEM_LIBRARIES=1 \ | |
| gem install nokogiri -- \ | |
| --with-xml2-config=/usr/local/opt/libxml2/bin/xml2-config \ | |
| --with-xslt-config=/usr/local/opt/libxslt/bin/xslt-config | |
| https://github.com/sparklemotion/nokogiri/issues/1049 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment