Skip to content

Instantly share code, notes, and snippets.

View f3flight's full-sized avatar

Dmitrii Sutiagin f3flight

View GitHub Profile
@f3flight
f3flight / nokogiri cygwin
Created January 12, 2020 01:38 — 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