LoginSignup
2
2

More than 5 years have passed since last update.

OSXでbundleを使ってMechanizeを入れる

Last updated at Posted at 2014-08-01
$ brew tap homebrew/dupes
$ brew install libxml2
$ brew install libxslt
$ brew install libiconv
$ bundle config build.nokogiri --with-iconv-dir=$(brew --prefix libiconv) --with-xml2-include=$(brew --prefix libxml2)/include/libxml2
$ bundle install --path vendor/bundle

参考

OSX - Mac OS X Mavericksで”gem i nokogiri”失敗の解決方法 - Qiita

2
2
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
2