Skip to content

Instantly share code, notes, and snippets.

@zoras
Created August 2, 2011 17:14
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 7 You must be signed in to fork a gist
  • Save zoras/1120689 to your computer and use it in GitHub Desktop.
Save zoras/1120689 to your computer and use it in GitHub Desktop.
Install RMagick on Ubuntu 11.04
sudo apt-get install libdjvulibre-dev libjpeg-dev libtiff-dev libwmf-dev libmagickcore-dev libmagickwand-dev libmagick++-dev rvm
sudo 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