Rodrigo Ruiz wrote in post #1010978:
> Hi, I've been told that Paperclip needs ImageMagick, but I don't know
> what ImageMagick or how I should install it to work with my paperclip.
> All
> the tutorials I've found just tell me to write gem 'paperclip' in my gem
> file and then bundle install. Will that also install the ImageMagick ?
>
> Also, what you think is better, Paperclip or CarrierWave?

What OS are you using? Since I'm on a Mac I use Homebrew to install 
ImageMagick.

brew install imagemagick

If you on some other *nix platform they generally have their own package 
managers to install stuff.

aptitude on Ubuntu, for example.

If you are on Windows, well then you're on you own. You can probably get 
info from the ImageMagick site for help with the install.

http://www.imagemagick.org/script/index.php

-- 
Posted via http://www.ruby-forum.com/.

-- 
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en.

Reply via email to