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

HarvestX/openvino_builder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.