虽然在文件夹make
中使用snowboy上的snowboy/examples/C/命令,但出现以下错误
/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
我设法用命令解决了所有这些问题[C0
-lasound
如何添加缺少的库sudo apt-get install libatlas-base-dev
-lasound
文件中有注释行,指出
install_portaudio.sh
所以只需在终端中运行命令# On linux systems, we only build with ALSA, so make sure you install it using
# e.g.:
# sudo apt-get -y install libasound2-dev
,它就可以工作。