besport / ocaml-imagemagick

zlib License
4 stars 7 forks source link

No MagickCore-config in $PATH on Debian Jessie #2

Open apsheronets opened 8 years ago

apsheronets commented 8 years ago

Hey guys. This bindings won't build anymore on Debian Jessie since there is no MagickCore-config in $PATH:

% apt-file search MagickCore-config
libmagickcore-6.q16-dev: /usr/lib/x86_64-linux-gnu/ImageMagick-6.8.9/bin-Q16/MagickCore-config

Any ideas how should we fix this?

fccm commented 4 years ago

You can use pkg-config instead:

pkg-config --cflags MagickCore
pkg-config --libs MagickCore