Skip to content
This repository has been archived by the owner on Sep 13, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (13 loc) · 1.07 KB

README.md

File metadata and controls

23 lines (13 loc) · 1.07 KB

This repository was archived because official debian packages for openvino have become available for Ubuntu 22.04.

openvino_builder

Debian package builder for OpenVINO.

Requirements

  • Docker

Build

Just run the following command.

make

After the build finished successfully, generated debian packages would be stored in deb/ directory.

How it works

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.