Saturday, April 9, 2011

Juste pour Moi: Manuel d'Installation d'ImageMagick pour CentOS

ImageMagick 6.6.9-4

$ export LDFLAGS="-L/usr/local/lib -Wl,-rpath,/usr/local/lib"
$ export LD_LIBRARY_PATH="/usr/local/lib"
(without this, will get error when run "display", with error message of a .so.4 library file not found.)

$ ./configure
$ make
$ make install

To check installation:
$ display

To check configuration:
$ identify -list configure
To check what image formats are supported:
$ identify -list format

To run a more comprehensive test suite:
$ make check
Should output after all the tests:
===================
All 48 tests passed
===================


* There is a special rpm instruction for Linux installation, in the downloaded zip's Install-unix.txt. Didn't try, but might probably work.

0 Comments:

Post a Comment

Subscribe to Post Comments [Atom]

<< Home