mathieuchartier / mcm

MCM file compressor
GNU General Public License v3.0
110 stars 24 forks source link

Missing includes #9

Open falk-hueffner opened 7 years ago

falk-hueffner commented 7 years ago

I'm trying to compile mcm on Linux with make.sh, but I'm getting several errors, among them:

Detector.hpp:32:20: fatal error: JPEG.hpp: No such file or directory
Wav16.hpp:32:18: fatal error: GD.hpp: No such file or directory
Wav16.hpp:34:18: fatal error: LD.hpp: No such file or directory

Is it possible these headers are missing from the repository?