mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-11 17:48:34 +00:00
update build instructions to include --build_shared_lib (#2358)
* update build instructions to include --build_shared_lib * fix line breaks
This commit is contained in:
parent
b94ae8e965
commit
a3a6a97407
1 changed files with 1 additions and 1 deletions
2
BUILD.md
2
BUILD.md
|
|
@ -86,7 +86,7 @@ For other system requirements and other dependencies, please see [this section](
|
|||
|**Build Shared Library**|--build_shared_lib||
|
||||
|**Build Python wheel**|--build_wheel||
|
||||
|**Build C# and C packages**|--build_csharp||
|
||||
|**Build WindowsML**|--use_winml --use_dml||
|
||||
|**Build WindowsML**|--use_winml<br>--use_dml<br>--build_shared_lib|WindowsML depends on DirectML and the OnnxRuntime shared library.|
|
||||
|
||||
|
||||
# Additional Build Instructions
|
||||
|
|
|
|||
Loading…
Reference in a new issue