Skip to content

Instantly share code, notes, and snippets.

@svlasov
Forked from zoras/rmagick.sh
Created December 6, 2012 13:08
Show Gist options
  • Save svlasov/4224344 to your computer and use it in GitHub Desktop.
Save svlasov/4224344 to your computer and use it in GitHub Desktop.
Install RMagick on Ubuntu 11.04
sudo aptitude -y install libdjvulibre-dev libjpeg-dev libtiff-dev libwmf-dev libmagickcore-dev libmagickwand-dev libmagick++-dev rvm
gem install rmagick
ok!
Fetching: rmagick-2.13.1.gem (100%) Building native extensions. This could take a while ... Successfully installed rmagick-2.13.1 1 gem installed
require 'RMagick' #=> true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment