* Replaced https://download.01.org/ links with https://storage.openvinotoolkit.org/ * Fixed links |
||
|---|---|---|
| .. | ||
| cpp | ||
| org/intel/openvino | ||
| samples | ||
| tests | ||
| CMakeLists.txt | ||
| README.md | ||
README.md
Software Requirements
- OpenJDK (version depends on target OS)
Linux
To install OpenJDK:
- Ubuntu systems:
sudo apt-get install -y default-jdk
Building on Linux
To create Inference Engine Java API add -DENABLE_JAVA=ON flag in cmake command while building the Inference Engine.