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
I've tried to compile but ended up with this:
Error: boost_signals2 is missing
So I did
sudo apt install libboost-all-dev
Which installed a ton of dev libs. That gave me
src/plugins/imagemagick.cpp:23:10: fatal error: Magick++.h: No such file or directory #include <Magick++.h> ^~~~~~~~~~~~
So I tried
sudo apt install libmagick++-dev
Which I already had so I am not sure what next.
The text was updated successfully, but these errors were encountered:
Seems like it needs Magick's conf tool... https://stackoverflow.com/questions/23326705/cannot-find-magick-header-files Which I won't do. Pity, Galapix looks promising.
Sorry, something went wrong.
No branches or pull requests
I've tried to compile but ended up with this:
So I did
Which installed a ton of dev libs.
That gave me
So I tried
Which I already had so I am not sure what next.
The text was updated successfully, but these errors were encountered: