过程:

1.  git  clone  ...   contribut

2. git  clone  ...  opencv

3.  git  checkout  -b     v3.3.1

4 git  checkout  -b     v3.3.1

5 cmake  ...

6 make  -j8

7  sudo  make  install

8  ok.

期间有可能会有疑难,需要对症下药。

另外,需要保证两者的版本号为完全相同!!!!

最新文章

  1. c#使用json接口
  2. highcharts 去掉Highcharts.com链接
  3. collections系列
  4. iOS 打电话 发短信(转载)
  5. 使用django-admin.py 时出错
  6. 关于sharepoint2013的SPUtility.GetGenericSetupPath()方法过期解决办法
  7. Loadrunner中Throughput(吞吐量)的分析与计算
  8. JS中阻止默认事件与事件冒泡
  9. ASP.Net MVC利用NPOI导入导出Excel
  10. 服务器端spice配置详解
  11. openssl之EVP系列之1---算法封装
  12. PHP之static静态变量详解
  13. java:当字符串为We Are Happy.经过替换之后的字符串为We%20Are%20Happy
  14. 线程池 多线程运行结束后 如何关闭? ExecutorService的正确关闭方法
  15. Java线程池详解,看这篇就够了!
  16. ASP.NET AJAX入门系列(9):在母版页中使用UpdatePanel
  17. QT-This application failed to start because it could not find or load the Qt platform plugin "windows"
  18. linux基础学习之软件安装以及常用命令(三)
  19. python(33)多进程和多线程的区别
  20. MapReduce学习

热门文章

  1. jQuery基础 浅析(含基本方法和选择器)
  2. 水晶报表 IE设置
  3. wap开发杂项1
  4. PNG图片透明 IE6 解决方法
  5. [LeetCode] Longest Substring Without Repeating Characters最长无重复子串
  6. EOJ Monthly 2018.2
  7. Codeforces Round #449 Div. 2 A B C (暂时)
  8. Qualcomm MPM introduction
  9. C#图解教程学习笔记——转换
  10. hdu 4786(生成树)