Skip to content

Commit c789481

Browse files
authored
[JAVA_API] Update README.md (#1008)
1 parent 2eeecb4 commit c789481

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

modules/java_api/README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,19 @@
11
# Java bindings for OpenVINO
22

3-
[![Documentation Status](https://readthedocs.org/projects/openvino-contrib/badge/?version=latest)](https://openvino-contrib.readthedocs.io/en/latest/?badge=latest)
4-
53
## Software Requirements
64
- OpenJDK (version depends on target OS)
75

86
### Linux
9-
To install OpenJDK:
10-
117
* Ubuntu systems:
128
```bash
139
sudo apt-get install -y default-jdk
1410
```
1511

12+
### macOS
13+
```bash
14+
brew install openjdk
15+
```
16+
1617
## Build
1718

1819
To build OpenVINO so that it includes this module, use the following CMake command:
@@ -29,7 +30,7 @@ source <openvino_install>/setupvars.sh
2930

3031
Use Gradle to build `openvino-x-x-x.jar` file with OpenVINO Java bindings:
3132
```bash
32-
cd openvino_contrib/modules/java_api
33+
cd <openvino_contrib>/modules/java_api
3334
gradle build
3435
```
3536

0 commit comments

Comments
 (0)