Diary of problems and solutions related to web programming, database development and related technologies and platforms.

Installing ImageMagick on Windows to Install RMagick

Before installing RMagick on your machine, it is necessary to install ImageMagick on your machine first. To install ImageMagick, follow the link below:

https://github.com/rmagick/rmagick/wiki/Installing-on-Windows

To install RMagick, include the following line on your gem file

gem 'rmagick'

and run following command line.

bundle install

No comments :

Post a Comment