Skip to content

Instantly share code, notes, and snippets.

@nebiros
Created July 30, 2012 13:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nebiros/3206973 to your computer and use it in GitHub Desktop.
Save nebiros/3206973 to your computer and use it in GitHub Desktop.
homebrew + nokogiri
$ brew install libxml2 libxslt
$ brew link libxml2 libxslt
$ gem install nokogiri -- --with-xml2-include=/usr/local/Cellar/libxml2/2.8.0/include/libxml2 \
--with-xml2-lib=/usr/local/Cellar/libxml2/2.8.0/lib \
--with-xslt-dir=/usr/local/Cellar/libxslt/1.1.26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment