Skip to content

Instantly share code, notes, and snippets.

@PeterMK85
Forked from ianmariano/nokogiri cygwin
Created February 10, 2016 08:27
Show Gist options
  • Save PeterMK85/3337eb0d99c1cbbe399f to your computer and use it in GitHub Desktop.
Save PeterMK85/3337eb0d99c1cbbe399f to your computer and use it in GitHub Desktop.
nokogiri cygwin
Make sure libxml2-devel, libxslt-devel and libiconv-devel are installed:
$ gem install nokogiri -- --use-system-libraries --with-xml2-include=/usr/include/libxml2 --with-xml2-lib=/usr/lib --with-xslt-dir=/usr/include/libxslt --with-iconv-include=/usr/include --with-iconv-lib=/usr/lib
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment