ayh2bxa / realtime_nkf_aec

6 stars 3 forks source link

Build Issue #2

Closed bhaswa closed 2 weeks ago

bhaswa commented 2 weeks ago

Hi,

I am trying to build the project using cmake ..; make

I am getting the below error.

fatal error: sndfile.h: No such file or directory 7 | #include | ^~~ compilation terminated. make[2]: [modules/CMakeFiles/modules.dir/build.make:146: modules/CMakeFiles/modules.dir/nkf.cpp.o] Error 1 make[1]: [CMakeFiles/Makefile2:126: modules/CMakeFiles/modules.dir/all] Error 2 make: *** [Makefile:91: all] Error 2

bhaswa commented 2 weeks ago

Solved by below update apt-get install libsndfile1-dev