Compiling ImageMagick with jbigkit support, How to do it?

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
AlexiR

Compiling ImageMagick with jbigkit support, How to do it?

Post by AlexiR »

Hello its been a while since i have compiled ImageMagick but now i need to do it with jbigkit support.
And i cant figure out how to do it.
I tried extracting the gz archive to the ImageMagick directory, cd into jbigkit then did
make
make test
cd ..
./configure --prefix=/usr --enable-delegate-build

And ImageMagick doesnt see jbigkit

--------------------------------------------------
checking for JBIG...
checking jbig.h usability... no
checking jbig.h presence... no
checking for jbig.h... no
checking for jbg_dec_init in -ljbig... no
checking if JBIG package is complete... no
----------------------------------------------------

So then i tried copying jbigkit to /usr/lib after doing make, still no go.
Any advice would be helpful.
Version of ImageMagick 6.5.4-6 , version of jbigkit 2.0
User avatar
fmw42
Posts: 25562
Joined: 2007-07-02T17:14:51-07:00
Authentication code: 1152
Location: Sunnyvale, California, USA

Re: Compiling ImageMagick with jbigkit support, How to do it?

Post by fmw42 »

I am not an expert, but usually the order is:

./configure
make
make install

There may also be an INSTALL file in that directory. See what instructions it gives.
AlexiR

Re: Compiling ImageMagick with jbigkit support, How to do it?

Post by AlexiR »

Unfortunately jbigkit doesnt have "make install" (no rules setup for that) just "make" and "make test"
ses1984
Posts: 1
Joined: 2011-03-03T13:51:29-07:00
Authentication code: 8675308

Re: Compiling ImageMagick with jbigkit support, How to do it

Post by ses1984 »

I hate to drag a years-old thread back from the grave, but I'm having the same problem. I've tried everything in this thread so far.
Post Reply