Skip to content

Commit c9cf5fe

Browse files
authored
Update Build.md
updated --build_shared_lib flag for building openvino shared provider lib
1 parent 05a2c0c commit c9cf5fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BUILD.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -367,13 +367,13 @@ See more information on the OpenVINO Execution Provider [here](./docs/execution_
367367
#### Build Instructions
368368
##### Windows
369369
```
370-
.\build.bat --config RelWithDebInfo --use_openvino <hardware_option>
370+
.\build.bat --config RelWithDebInfo --use_openvino <hardware_option> --build_shared_lib
371371
```
372372
*Note: The default Windows CMake Generator is Visual Studio 2017, but you can also use the newer Visual Studio 2019 by passing `--cmake_generator "Visual Studio 16 2019"` to `.\build.bat`*
373373
374374
##### Linux
375375
```
376-
./build.sh --config RelWithDebInfo --use_openvino <hardware_option>
376+
./build.sh --config RelWithDebInfo --use_openvino <hardware_option> --build_shared_lib
377377
```
378378
379379
<code>--use_openvino</code>: Builds the OpenVINO Execution Provider in ONNX Runtime.

0 commit comments

Comments
 (0)