标签: c++ opencv cmake static-libraries
如何安装Open CV静态库,以便可以使用-static标志编译C ++文件? 我已经有了openCv,但是它使用了动态链接。
-static
谢谢!