Update readme
build
cmake .. -DCMAKE_BUILD_TYPE=Debug
/debug/bin/debug
export LD_LIBRARY_PATH=../../../lib:$LD_LIBRARY_PATH
./main
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
长语音儿童中文识别
build
中执行命令cmake .. -DCMAKE_BUILD_TYPE=Debug
生成Makefile文件/debug/bin/debug
中export LD_LIBRARY_PATH=../../../lib:$LD_LIBRARY_PATH
添加环境变量./main
运行程序