The Ruby on Rails paperclip plugin says that I need to install ImageMagick in order to use Paperclip. I'm typically really bad at getting things installed and running, so I was wondering if anyone could explain to me the exact specific steps I should take to get it installed and communicating with Paperclip.
I'm using Ruby on Rails on Mac OSX.
UPDATE:
I've already downloaded ImageMagick and extracted its contents. Now I need to make it communicate with Paperclip. However, I'm not sure if I've completely set up ImageMagick because the command which convert doesn't return anything...
Could anyone please help? I'd really appreciate it.