This repository was archived because official debian packages for openvino have become available for Ubuntu 22.04.
Debian package builder for OpenVINO.
- Docker
Just run the following command.
make
After the build finished successfully, generated debian packages would be stored in deb/
directory.
The official repository of OpenVINO contains some cmake files to support CPack. There is no official documentation for it but according to this packaging.cmake file it seems like it supports DEB
, RPM
, CONDA-FORGE
, BREW
and NSIS
. And it is included by OpenVINO's CMakeLists.tx at this line, so setting -DCPACK_GENERATOR=DEB
would configure the project to generate debian packages.