Created
January 9, 2011 16:37
-
-
Save mgomes/771801 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
# Run these commands | |
# Uses Homebrew install of libxml2 with Snow Leopard version of libxslt | |
brew install libxml2 | |
gem install nokogiri -- --with-xml2-include=/usr/local/Cellar/libxml2/2.7.7/include/libxml2 --with-xml2-lib=/usr/local/Cellar/libxml2/2.7.7/lib --with-xslt-lib=/usr/lib/libxslt.1.dylib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment