Programmable Devices
CPLDs, FPGAs, SoC FPGAs, Configuration, and Transceivers
20693 Discussions

how to link against OpenVINO libraries

Altera_Forum
Honored Contributor II
1,003 Views

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 

 

0 Kudos
0 Replies
Reply