Skip to content

Instantly share code, notes, and snippets.

View sekrett's full-sized avatar

Alexander Zubkov sekrett

View GitHub Profile
@sekrett
sekrett / nokogiri
Created October 3, 2011 10:26 — forked from softprops/nokogiri
# using rvm with ruby-1.9.2-p290
# latest version 2.7.8
brew install libxml2
# installing libxslt from source code
wget ftp://xmlsoft.org/libxml2/libxslt-1.1.26.tar.gz
tar xvfz libxslt-1.1.26.tar.gz
cd libxslt-1.1.26
./configure --prefix=/usr/local/Cellar/libxslt/1.1.26 --with-libxml-prefix=/usr/local/Cellar/libxml2/2.7.8