Created
April 9, 2013 08:09
-
-
Save ilake/5343876 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brew install libxml2 libxslt | |
| brew link libxml2 libxslt | |
| wget http://ftp.gnu.org/pub/gnu/libiconv/libiconv-1.13.1.tar.gz | |
| tar xvfz libiconv-1.13.1.tar.gz | |
| cd libiconv-1.13.1 | |
| ./configure --prefix=/usr/local/Cellar/libiconv/1.13.1 | |
| make | |
| sudo make install | |
| sudo ln -s /usr/bin/gcc /usr/bin/gcc-4.2 | |
| gem install nokogiri -- --with-xml2-include=/usr/local/Cellar/libxml2/2.9.0/include/libxml2 --with-xml2-lib=/usr/local/Cellar/libxml2/2.9.0/lib --with-xslt-dir=/usr/local/Cellar/libxslt/1.1.28 --with-iconv-include=/usr/local/Cellar/libiconv/1.13.1/include --with-iconv-lib=/usr/local/Cellar/libiconv/1.13.1/lib |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment