Open OndraZizka opened 6 years ago
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.
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.
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.