Skip to content

Commit 76e8593

Browse files
authored
add instructions for macos (#73)
1 parent e334a47 commit 76e8593

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,14 @@ crate (high-level, ergonomic bindings) for accessing OpenVINO™ functionality i
3939

4040
[openvino-finder-docs]: https://docs.rs/openvino-finder
4141

42+
4. __For macOS (homebrew) users__. Install the openvino toolkit, which includes the native C library,
43+
and set `DYLD_LIBRARY_PATH`:
44+
```
45+
brew install openvino
46+
export DYLD_LIBRARY_PATH="$(brew --prefix)/lib"
47+
```
48+
Then you can build and run openvino-rs for [runtime linking](#build-for-runtime-linking).
49+
4250
### Build from an OpenVINO™ installation
4351

4452
```shell script

0 commit comments

Comments
 (0)