Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save srpouyet/6864367 to your computer and use it in GitHub Desktop.
Save srpouyet/6864367 to your computer and use it in GitHub Desktop.
Set bundle.config build options so Nokogiri and Charlock Holmes are correctly built with homebrew installed dependencies (libxml2, libxslt, libiconv, icu4c) on OS X Mountain Lion / Mavericks.
$ bundle config build.charlock_holmes --with-icu-dir=`brew --prefix icu4c`
$ bundle install
@srpouyet
Copy link
Author

Nokogiri now uses a packaged version of libxslt, no need to point to the brew libs anymore.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment