Skip to content

Instantly share code, notes, and snippets.

@bikashp
Created March 7, 2011 09:54
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 bikashp/858301 to your computer and use it in GitHub Desktop.
Save bikashp/858301 to your computer and use it in GitHub Desktop.
Installing nokogiri gem with libxml2 installed using brew
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-dir=/usr/local/Cellar/libxslt
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment