File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ cargo test
4747```
4848
4949The 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
You can’t perform that action at this time.
0 commit comments