Skip to content

Instantly share code, notes, and snippets.

@satomixx
Created March 26, 2015 02:08
Show Gist options
  • Save satomixx/b619bd7c5be8362f9167 to your computer and use it in GitHub Desktop.
Save satomixx/b619bd7c5be8362f9167 to your computer and use it in GitHub Desktop.
Mac に RMagick をインストールする ref: http://qiita.com/tsumekoara/items/a11f00d52faea28e96dc
$ bundle install --path vendor/bundle
----
An error occurred while installing rmagick (2.13.4), and Bundler cannot continue.
Make sure that `gem install rmagick -v '2.13.4'` succeeds before bundling.
$ gem install rmagick -v '2.13.4'
----
Fetching: rmagick-2.13.4.gem (100%)
Building native extensions. This could take a while...
ERROR: Error installing rmagick:
ERROR: Failed to build gem native extension.
$ brew install pkg-config
$ brew install imagemagick
$ gem install rmagick -v '2.13.4'
$ bundle install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment