NoahGWood / OpenEFT

Open-source EFT Fingerprint Software
Other
69 stars 16 forks source link

fatal error: jpegb.h #24

Open FlatulantHippo opened 1 year ago

FlatulantHippo commented 1 year ago

I'm trying to install this and am getting this in both wsl with ./build_windows.sh or Debian with ./build_linux.sh

encoder.c:28:10: fatal error: jpegb.h: No such file or directory 28 | #include | ^~~~~ compilation terminated.

Any ideas on a fix for this? I think NBIS must not be doing something when I install it on a clean system, do you know what all packages are needed and how it needs to be configured to work with OpenEFT?

aheysse commented 2 months ago

You're probably missing cmake

[sudo] apt install cmake