Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
xuning
/
sherpaonnx
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
谢乃闻
2025-03-20 22:42:19 +0000
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Committed by
GitHub
2025-03-21 06:42:19 +0800
Commit
e4dff6466ed7ffcf4eeaed7fc51f1309d14f149d
e4dff646
1 parent
ee2b8d0a
Fix build script: add 'cd build' after 'mkdir build' to ensure the correct worki…
…ng directory for CMake (#2033)
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
mfc-examples/README.md
mfc-examples/README.md
查看文件 @
e4dff64
...
...
@@ -30,6 +30,7 @@ cd $HOME/open-source
git clone https://github.com/k2-fsa/sherpa-onnx
cd
sherpa-onnx
mkdir build
cd
build
cmake -DCMAKE_BUILD_TYPE
=
Release -DBUILD_SHARED_LIBS
=
OFF -DCMAKE_INSTALL_PREFIX
=
./install ..
cmake --build . --config Release --target install
...
...
请
注册
或
登录
后发表评论