Skip to content

Instantly share code, notes, and snippets.

@ianmariano
Created October 9, 2014 15:27
Show Gist options
  • Select an option

  • Save ianmariano/5014e0a87d047f50c052 to your computer and use it in GitHub Desktop.

Select an option

Save ianmariano/5014e0a87d047f50c052 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

Comments are disabled for this gist.