一开始会出现这个错误:

 1 CMake Error at CMakeLists.txt:11 (message):
 2   
 3  
 4   FATAL: In-source builds are not allowed.
 5  
 6          You should create separate directory for build files.
 7  
 8  
 9  
10 -- Configuring incomplete, errors occurred!

 


 原因是:则应该是在代码根目录下直接执行过 .txt再次执行编译即可。

 

cmake 的时候会下载       IPPICV: Download: ippicv_2017u2_lnx_intel64_20170418.tgz     ,速度有点慢。。。。

 

 官方安装网址:https://docs.opencv.org/2.4/doc/tutorials/introduction/linux_install/linux_install.html#linux-installation

 

已成功安装。。。。。好海森。。。。

 

相关文章:

  • 2021-07-07
  • 2021-11-17
  • 2021-12-28
  • 2022-01-02
  • 2021-10-14
  • 2021-05-30
  • 2021-10-21
  • 2021-07-29
猜你喜欢
  • 2022-01-10
  • 2021-11-20
  • 2021-08-07
  • 2021-05-11
  • 2021-10-04
  • 2021-07-22
  • 2021-06-26
相关资源
相似解决方案