Skip to content

Commit 7d95f3d

Browse files
authored
Update the link for installing OpenVINO locally (#165)
1 parent f3066bc commit 7d95f3d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,13 +47,13 @@ cargo test
4747
```
4848

4949
The quickest method to build the [openvino] and [openvino-sys] crates is with a local installation
50-
of OpenVINO™ (see, e.g., [installing from an APT repository][install-apt]). The build script will
51-
attempt to locate an existing installation (see [openvino-finder]) and link against its shared
52-
libraries. Provide the `OPENVINO_INSTALL_DIR` environment variable to point at a specific
53-
installation. Ensure that the correct libraries are available on the system's load path; OpenVINO™'s
54-
`setupvars.sh` script will do this automatically (e.g., `source /opt/intel/openvino/setupvars.sh`).
50+
of OpenVINO™ (see the [installation] instructions). The build script will attempt to locate an
51+
existing installation (see [openvino-finder]) and link against its shared libraries. Provide the
52+
`OPENVINO_INSTALL_DIR` environment variable to point at a specific installation. Ensure that the
53+
correct libraries are available on the system's load path; OpenVINO™'s `setupvars.sh` script will do
54+
this automatically (e.g., `source /opt/intel/openvino/setupvars.sh`).
5555

56-
[install-apt]: https://docs.openvinotoolkit.org/latest/openvino_docs_install_guides_installing_openvino_apt.html
56+
[installation]: https://www.intel.com/content/www/us/en/developer/tools/openvino-toolkit/download.html
5757

5858

5959

0 commit comments

Comments
 (0)