Skip to content

Instantly share code, notes, and snippets.

Created February 9, 2015 11:37
Show Gist options
  • Save anonymous/0253b6f9986b696477aa to your computer and use it in GitHub Desktop.
Save anonymous/0253b6f9986b696477aa to your computer and use it in GitHub Desktop.
Install Nokogiri 1.6.4.1 using brew libs
gem install nokogiri -v '1.6.4.1' -V -- --use-system-libraries --with-xml2-include=/usr/local/Cellar/libxml2/2.9.2/include/libxml2 --with-xml2-lib=/usr/local/Cellar/libxml2/2.9.2/lib --with-xslt-dir=/usr/local/Cellar/libxslt/1.1.28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment