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 756d15b commit 8d517fa
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 @@ -96,7 +96,7 @@ copy build\Windows\Debug\Debug\onnxruntime.lib <ORTHOME>\lib
On Linux

```cmd
./build.sh --build_shared_lib --skip_tests --parallel [--use_cuda]
./build.sh --build_shared_lib --skip_tests --parallel [--use_cuda] --config RelWithDebInfo
cp include/onnxruntime/core/session/onnxruntime_c_api.h <ORT_HOME>/include
cp build/Linux/RelWithDebInfo/libonnxruntime*.so* <ORT_HOME>/lib
```
Expand Down

0 comments on commit 8d517fa

Please sign in to comment.