You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: