Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
7 years ago

how to link against OpenVINO libraries

I will like to understand where are the OpenVINO link libraries that are linked with the user’s application when running make.

I am compiling an OpenVINO application that uses external libraries, and I have to link OpenVINO libraries to this application (along with my other external libraries).

I have looked at the makefile and makefile2 files within OpenVINO source, but I am not understanding how to tweak these files for my desired need.

For this linking, I have also tried something like:

g++ main.o -L /opt/intel/computer_vision_sdk/deployment_tools/inference_engine/lib/centos_7.4/intel64

No RepliesBe the first to reply