Skip to content

Commit 53d9805

Browse files
committed
Document openvino-finder further in README
1 parent 4bb1b25 commit 53d9805

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

crates/openvino-finder/README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
openvino-finder
22
===============
33

4-
A utility for locating OpenVINO™ libraries on a host system.
4+
A utility for locating OpenVINO™ libraries on a host system. It will attempt to find the OpenVINO
5+
shared libraries in:
6+
- the `OPENVINO_INSTALL_DIR` environment variable (pointed at the top-level OpenVINO installation,
7+
e.g. `/opt/intel/openvino`)
8+
- the `INTEL_OPENVINO_DIR` environment variable (same as above; this is set by OpenVINO setup
9+
scripts)
10+
- the environment's library path (e.g., `LD_LIBRARY_PATH` in Linux; this is also set by the OpenVINO
11+
setup scripts)
12+
- OpenVINO's default installation paths for the OS (a best effort attempt)
513

614
> #### WARNING
715
> This crate is currently experimental--its API surface is subject to change.

0 commit comments

Comments
 (0)