You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backends/openvino/README.md
+1-9Lines changed: 1 addition & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -59,26 +59,18 @@ cd <your_preferred_install_location>
59
59
source setupvars.sh
60
60
```
61
61
62
-
### Build OpenVINO from Release Packages
62
+
### Use OpenVINO from Release Packages
63
63
64
64
1. Download the OpenVINO release package from [here](https://docs.openvino.ai/2025/get-started/install-openvino.html). Make sure to select your configuration and click on **OpenVINO Archives** under the distribution section to download the appropriate archive for your platform.
65
65
66
66
2. Extract the release package from the archive and set the environment variables.
67
67
68
-
#### Linux
69
68
```bash
70
69
tar -zxf openvino_toolkit_<your_release_configuration>.tgz
71
70
cd openvino_toolkit_<your_release_configuration>
72
71
source setupvars.sh
73
72
```
74
73
75
-
#### Windows
76
-
```bash
77
-
tar -xf openvino_toolkit_<your_release_configuration>.zip
78
-
cd openvino_toolkit_<your_release_configuration>
79
-
setupvars.bat
80
-
```
81
-
82
74
For more information about OpenVINO build, refer to the [OpenVINO Build Instructions](https://github.com/openvinotoolkit/openvino/blob/master/docs/dev/build_linux.md).
0 commit comments