I am trying to run the binary found at this site http://shaddack.brutowave.com/projects/sw_qr2laser/ I set it to executable and try and run ...
laptop@XPS15:~/Downloads$ qr2laser
qr2laser: command not found
laptop@XPS15:~/Downloads$
or ...
laptop@XPS15:~/Downloads$ ./qr2laser
./qr2laser: error while loading shared libraries: libMagickWand.so.5:
cannot open shared object file: No such file or directory
laptop@XPS15:~/Downloads$
It requires imagemagick to run and this is installed.
I have also tried to compile the source code but I also have errors relating to imagemagick.
Is this a reference error? Should imagemagick bein a different path?