Created
May 21, 2014 08:10
-
-
Save leeky/77ede436db2bbb65113b to your computer and use it in GitHub Desktop.
Install Nokogiri on Mavericks + RBENV + Ruby 1.8.7
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 install libxml2 libxslt | |
CC=clang gem install nokogiri -v 1.5.0 -- --with-xml2-include=/usr/local/Cellar/libxml2/2.7.8/include/libxml2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment