Installing rmagick on OS X
For some reason the gem tries to build against a PPC library, which on my intel machine, doesn't not work.
sudo su -
ARCHFLAGS='-arch i386' gem install rmagick
Note: you might need to fix the quotes.
For some reason the gem tries to build against a PPC library, which on my intel machine, doesn't not work.
sudo su -
ARCHFLAGS='-arch i386' gem install rmagick
Note: you might need to fix the quotes.