LoginSignup
1
0

More than 5 years have passed since last update.

macにRMagick使える環境を整える話

Last updated at Posted at 2018-02-17

この記事について

https://qiita.com/makito/items/9f1e67955b8ed851592c の続き程度のメモ。解説はあまりない。

手順

前提

  • brew で入れる
  • bundler使ってライブラリを管理している

インストール

$ brew install imagemagick

RMagick本家はここ→ https://github.com/rmagick/rmagick

Gemfile に gem 'rmagick' を書き加え

$ bundle install --path vendor/bundle
...
Bundle complete! 2 Gemfile dependencies, 19 gems now installed.
Bundled gems are installed into `./vendor/bundle`

こんな感じで成功

1
0
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
1
0