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
Compiling ImageMagick with jbigkit support, How to do it?
- 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?
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.
./configure
make
make install
There may also be an INSTALL file in that directory. See what instructions it gives.
Re: Compiling ImageMagick with jbigkit support, How to do it?
Unfortunately jbigkit doesnt have "make install" (no rules setup for that) just "make" and "make test"
Re: Compiling ImageMagick with jbigkit support, How to do it
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.