Skip to content

Other Way to build OpenVINO from source other than Cmake ? #22145

Closed Answered by ilya-lavrenov
Mr-MVP asked this question in Q&A
Discussion options

You must be logged in to vote

Cmake is a cross platform tool to generate build recipes for different build systems.
You can pass -G argument to cmake to generate a project for any supported build system. To generate project for Ninja, please use:

cmake -G Ninja -S <source dir> -B <build dir>

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by andrei-kochin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants