Hello,
I'm new with ImageMagic and I try to compile ImageMagic on a system which has not a jpeg librairy.
Is there an option to import libjpeg ? Or to indicate a path where find libjpeg ?
Can you help me ? Thanks.
Benoit
libjpeg compilation ?
Re: libjpeg compilation ?
The libjpeg is available here ftp://ftp.imagemagick.org/pub/ImageMagick/delegates/
Though, I just use the command: yum install libjpeg-devel
Though, I just use the command: yum install libjpeg-devel
Re: libjpeg compilation ?
Thanks ! I have downloaded the package and I have compiled it.
I have used :
>configure --prefix=/libre/BMT/ImageMagicDependency/CompilLibJpeg
>make
>make install
The compilation is OK.
All files are in :
/libre/BMT/ImageMagicDependency/CompilLibJpeg/bin
/libre/BMT/ImageMagicDependency/CompilLibJpeg/lib
/libre/BMT/ImageMagicDependency/CompilLibJpeg/incluse
/libre/BMT/ImageMagicDependency/CompilLibJpeg/share
But now how to indicate to ImageMagic where find my new compiled libjpeg because I can't copy all files in /usr/lib/ (I'm not root) ?
Thanks in advance.
Benoit
I have used :
>configure --prefix=/libre/BMT/ImageMagicDependency/CompilLibJpeg
>make
>make install
The compilation is OK.
All files are in :
/libre/BMT/ImageMagicDependency/CompilLibJpeg/bin
/libre/BMT/ImageMagicDependency/CompilLibJpeg/lib
/libre/BMT/ImageMagicDependency/CompilLibJpeg/incluse
/libre/BMT/ImageMagicDependency/CompilLibJpeg/share
But now how to indicate to ImageMagic where find my new compiled libjpeg because I can't copy all files in /usr/lib/ (I'm not root) ?
Thanks in advance.
Benoit