标签:自动生成 details releases 很多 打开 文件目录 自己 sources ref
使用CMake来编译OpenCV,以匹配自己使用的VS版本。
编译了很多版本,各种出错。但是cmake-3.6.0-win64-x64编译opencv-3.2.0成功了,所以记录下。
【下载软件】
cmake-3.6.0-win64-x64.zip,解压直接可用,https://cmake.org/files/
opencv-3.2.0源码文件Sources,解压即可,https://opencv.org/releases/
【编译】
https://blog.csdn.net/leilonghit/article/details/81460704
生成的项目文件目录中有OpenCV.sln,用自己的VS打开,生成——2 INSTSALL,等待完成。
最终编译的结果在自动生成的install文件夹中。
标签:自动生成 details releases 很多 打开 文件目录 自己 sources ref
原文地址:https://www.cnblogs.com/xixixing/p/11848018.html