在文件夹snowboy/examples/C/中对snowboy使用make
命令时,出现以下错误
/usr/bin/ld: cannot find -lf77blas
/usr/bin/ld: cannot find -lcblas
/usr/bin/ld: cannot find -llapack_atlas
/usr/bin/ld: cannot find -latlas
/usr/bin/ld: cannot find -lasound
我已经设法-lasound
用命令解决了所有问题
sudo apt-get install libatlas-base-dev
如何添加缺少的库-lasound