标签:.sh make 过程 open 需要 too extra sudo -o
git clone ...
cd kaldi-dir
cd tools
sh extras/check_dependencies.sh
按提示来,需要什么就补什么
make -j 20
make openblas (可以先检查一下gfortran是否安装,如无 sudo apt install gfortran)
cd ../src
./configure --openblas-root=../tools/OpenBLAS/install
修改kaldi.mk 41行,增加-fPIC 编译选项
make -j 30
done
标签:.sh make 过程 open 需要 too extra sudo -o
原文地址:https://www.cnblogs.com/bingdongwuchi/p/8966449.html