Search found 2 matches

by Cian
2012-04-25T14:30:43-07:00
Forum: Users
Topic: Compile ImageMagick without librsvg-2? (to keep gnome out)
Replies: 2
Views: 4658

Re: Compile ImageMagick without librsvg-2? (to keep gnome ou

magick wrote:Try this:
  • cd ImageMagick-6.7.7-6
    ./configure --without-rsvg
    make clean
    make
    make install
Great thanks a million, worked perfectly. Uninstalled, updated and did it with make clean.

Thanks again!
by Cian
2012-04-25T13:47:09-07:00
Forum: Users
Topic: Compile ImageMagick without librsvg-2? (to keep gnome out)
Replies: 2
Views: 4658

Compile ImageMagick without librsvg-2? (to keep gnome out)

Hi, How would I compile ImageMagick from source on Centos 5.8 64bit LAMP server WITHOUT librsvg-2? I'm sure there's an easy way to do this, i'm just having brain fart and not finding it. I'm happy to lose SVG support, no format is worth having gnome on a server to me. I tried ./configure --without ...