tom2238/apt-encoder

How to compile it? (fatal error: image.h)

Opened this issue · 0 comments

How to compile it? I use these commands:
qmake -project
qmake -makefile apt-encoder-master.pro
make
and it gives an error:
fatal error: image.h: No such file or directory
8 | #include "image.h"
| ^~~~~~~~~
compilation terminated.
make: *** [Makefile:386: apt-colorm.o] Error 1

how do i compile this?