Skip to content

Instantly share code, notes, and snippets.

@muratayusuke
Created January 5, 2015 05:33
Show Gist options
  • Save muratayusuke/71a7ba09f51dce07d07a to your computer and use it in GitHub Desktop.
Save muratayusuke/71a7ba09f51dce07d07a to your computer and use it in GitHub Desktop.
Install nokogiri 1.6.5 on Mac OSX Yosemite
# gem
sudo gem install nokogiri -- --use-system-libraries --with-xml2-include=/usr/include/libxml2 --with-xml2-lib=/usr/lib/
# bundle
bundle config build.nokogiri --use-system-libraries --with-xml2-include=/usr/include/libxml2 --with-xml2-lib=/usr/lib/
bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment