my opencv programs in ubuntu

1.new a *.c file named drawing.c

2.g++ `pkg-config opencv --libs --cflags opencv` drawing.c -o drawing

notice : the difference between ' and `

原文地址:https://www.cnblogs.com/windmissing/p/2559842.html