Skip to content

Commit

Permalink
Update build-from-source.md
Browse files Browse the repository at this point in the history
  • Loading branch information
natke authored Apr 9, 2024
1 parent 7e65cc6 commit 756d15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/genai/howto/build-from-source.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ Build from source and copy the include and libraries into `ORT_HOME`
On Windows

```cmd
build.bat --build_shared_lib --skip_tests --parallel [--use_cuda]
build.bat --build_shared_lib --skip_tests --parallel [--use_cuda] --config Release
copy include\onnxruntime\core\session\onnxruntime_c_api.h <ORT_HOME>\include
copy build\Windows\Debug\Debug\*.dll <ORT_HOME>\lib
copy build\Windows\Debug\Debug\onnxruntime.lib <ORTHOME>\lib
Expand Down

0 comments on commit 756d15b

Please sign in to comment.