Skip to content

Instantly share code, notes, and snippets.

View PeterMK85's full-sized avatar
💻
Working remotely

Peter Marosi PeterMK85

💻
Working remotely
View GitHub Profile
@PeterMK85
PeterMK85 / nokogiri cygwin
Created February 10, 2016 08:27 — forked from ianmariano/nokogiri cygwin
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