bundler # 安装Redmine所依赖的gems相关包 $ bundle install --without development test Note: 可选依赖项 && 数据库适配器 RMagick...如果系统没有安装ImageMagick,在安装Redmine依赖包时需要跳过该项 bundle install --without development test rmagick 。.... # 解决办法: $ yum install -y mysql-devel # 冲突3: An error occurred while installing rmagick (2.16.0), and...gems/2.3.0/gems/bundler-1.16.5/lib/bundler/spec_set.rb:91:in `block in material ize': Could not find rmagick
x86-mingw32) Installing mysql2 0.4.10 (x86-mingw32) 略 执行: bundle install --without development test rmagick
PHP 的 imagick、Ruby 的 rmagick 以及 paperclip,以及 NodeJs 的 imagemagick 都利用了它。
包括PHP imagick、Ruby rmagick和paperclip以及NodeJS imagemagick等多个图片处理插件都依赖它运行。
require 'RMagick' image = Magick::Image.read("current7.png").first image = image.threshold(THRESHOLD)...require 'RMagick' image = Magick::Image.read("current8.png").first image = image.implode(IMPLODE) image
然后运行命令: PKG_CONFIG_PATH=/usr/local/lib/pkgconfig/ gem install rmagick gem install bundler bundle install
领取专属 10元无门槛券
手把手带您无忧上云