Ubuntu16.04安装opencv出现does not appear to contain CMakeLists.txt

我安装opencv严格按照下面这个博客进行,
https://blog.csdn.net/u013066730/article/details/79411767
但是当这一步的时候
Ubuntu16.04安装opencv出现does not appear to contain CMakeLists.txt_第1张图片
出现了
does not appear to contain CMakeLists.txt
百思不得其解,后来仔细看了一下教程,发现是执行上面步骤 6 的时候,自己所处的文件夹有问题,。。。。=/usr/local … 后面这两个点指的就是
opencv 里面的那个CMakeLists.txt,所以我们得在my_bulid_dir文件夹中执行这句cmake -D CMAKE_BUILD_TYPE=Release -D CMAKE_INSTALL_PREFIX=/usr/local ..,然后就可以了。就这么简单,不知道大家听懂了没有。

你可能感兴趣的:(工具)