Created
December 20, 2014 15:25
-
-
Save katmutua/076f20b7280a0a03ee7e to your computer and use it in GitHub Desktop.
Install Nokogiri on OSX Mavericks
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
| brew uninstall nokogiri | |
| brew install libxml2 libxslt libiconv | |
| brew link libxml2 libxslt #may need --force | |
| NOKOGIRI_USE_SYSTEM_LIBRARIES=1 gem install nokogiri |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment