Rmagic installation problem in rails 3


How to install ImageMagick In Rails 3

Before installing r magic please installed the required library in your system. please follow the Steps.

sudo apt-get install imagemagic
sudo apt-get install libmagickcore-dev
sudo apt-get install libmagickwand-dev

After successful installation of the above 3 libraries now run

gem install 'rmagick'

Now rmagic will install successfully. :)

Comments

Post a Comment

Popular posts from this blog

Insert Bulk data using active record import

How to add a bootstrap table with fixed header and scrollable body

Swap primary keys between two records in the same table in Postgres