Skip to content

Instantly share code, notes, and snippets.

@andreyserdjuk
Last active August 29, 2015 14:00
Show Gist options
  • Save andreyserdjuk/7c64532744221f660a58 to your computer and use it in GitHub Desktop.
Save andreyserdjuk/7c64532744221f660a58 to your computer and use it in GitHub Desktop.
imagemagick install
но самое главное - сначала мейкнуть ImageMagick из исходников, а потом уже ставить rmagick. Если не будет ставиться, то поставить лабуду ниже.
sudo apt-get install libmagickwand-dev
sudo apt-get install libmagickwand-dev imagemagick
sudo apt-get install imagemagick libmagickcore-dev
./configure --disable-static --with-modules --without-perl --without-magick-plus-plus --enable-shared=yes --with-jpeg=yes --with-png=yes --with-tiff=yes
apt-get install graphicsmagick-libmagick-dev-compat
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment