Skip to content

Instantly share code, notes, and snippets.

@fakefarm
Created December 27, 2013 23:32
Show Gist options
  • Save fakefarm/8154085 to your computer and use it in GitHub Desktop.
Save fakefarm/8154085 to your computer and use it in GitHub Desktop.
nokogiri nightmare
gem install nokogiri -- --with-xml2-include=/usr/local/Cellar/libxml2/2.9.1/include/libxml2 --with-xml2-lib=/usr/local/Cellar/libxml2/2.9.1/lib
bundle config build.nokogiri --global --with-xml2-include=/usr/local/Cellar/libxml2/2.9.1/include/libxml2 --with-xml2-lib=/usr/local/Cellar/libxml2/2.9.1/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment