Skip to content

Instantly share code, notes, and snippets.

@hackjoy
Created April 27, 2014 17:46
Show Gist options
  • Select an option

  • Save hackjoy/11351347 to your computer and use it in GitHub Desktop.

Select an option

Save hackjoy/11351347 to your computer and use it in GitHub Desktop.
Installing Nokogiri
NOKOGIRI_USE_SYSTEM_LIBRARIES=1 \
gem install nokogiri -- \
--with-xml2-config=/usr/local/opt/libxml2/bin/xml2-config \
--with-xslt-config=/usr/local/opt/libxslt/bin/xslt-config
https://github.com/sparklemotion/nokogiri/issues/1049
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment