Skip to content

Instantly share code, notes, and snippets.

@joelhandwell
Last active March 3, 2016 16:43
Show Gist options
  • Save joelhandwell/6f46541bfca9816d4a5f to your computer and use it in GitHub Desktop.
Save joelhandwell/6f46541bfca9816d4a5f to your computer and use it in GitHub Desktop.
nokogiri installation in ubuntu12
sudo apt-get install libxslt-dev libxml2-dev -y
bundle config build.nokogiri --use-system-libraries=true --with-xml2-include=/usr/include/libxml2
bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment