We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
From README.md
apt-get install libmagickwand4 libncurses5-dev
Sid doesn't have libmagickwand4 For Wand-config it seems to be required: graphicsmagick-libmagick-dev-compat
Make unfortunately fails with a lot of errors - here are the first 2000 lines of make output: https://pastebin.ca/3934278
Installed is: graphicsmagick-libmagick-dev-compat install imagemagick install imagemagick-6-common install imagemagick-6.q16 install libmagick++-6.q16-7:amd64 install libmagickcore-6-arch-config:amd64 install libmagickcore-6-headers install libmagickcore-6.q16-3:amd64 install libmagickcore-6.q16-3-extra:amd64 install libmagickcore-6.q16-dev:amd64 install libmagickwand-6-headers install libmagickwand-6.q16-3:amd64 install libmagickwand-6.q16-dev:amd64 install libmagickwand-dev install
Any ideas what is wrong?
The text was updated successfully, but these errors were encountered:
Sorry I don't have any Debian-based environment at hand (I'm using Arch now). Maybe libmagickwand-6 is not backward-compatible?
libmagickwand-6
Sorry, something went wrong.
No branches or pull requests
From README.md
apt-get install libmagickwand4 libncurses5-dev
Sid doesn't have libmagickwand4
For Wand-config it seems to be required: graphicsmagick-libmagick-dev-compat
Make unfortunately fails with a lot of errors - here are the first 2000 lines of make output:
https://pastebin.ca/3934278
Installed is:
graphicsmagick-libmagick-dev-compat install
imagemagick install
imagemagick-6-common install
imagemagick-6.q16 install
libmagick++-6.q16-7:amd64 install
libmagickcore-6-arch-config:amd64 install
libmagickcore-6-headers install
libmagickcore-6.q16-3:amd64 install
libmagickcore-6.q16-3-extra:amd64 install
libmagickcore-6.q16-dev:amd64 install
libmagickwand-6-headers install
libmagickwand-6.q16-3:amd64 install
libmagickwand-6.q16-dev:amd64 install
libmagickwand-dev install
Any ideas what is wrong?
The text was updated successfully, but these errors were encountered: