Unable to get OpenVINO™ 2022.1.1 build from source to work on Ubuntu* 22.04
Content Type: Troubleshooting | Article ID: 000095604 | Last Reviewed: 11/14/2023
git clone https://github.com/openvinotoolkit/openvino.git
cd openvino
git checkout releases/2022/1.1
git submodule update --init --recursive
mkdir build
cd build
cmake -DCMAKE_BUILD_TYPE=Release
make --jobs=$(nproc --all)
OpenVINO™ 2022.1.1 is officially validated only on these Ubuntu* versions: