compile opencv2.3.1 in ubuntu 11.10

前端 未结 2 975
不知归路
不知归路 2021-01-21 14:15

Here is the tutorial I followed:http://thebitbangtheory.wordpress.com/2011/10/23/how-to-install-opencv-2-3-1-in-ubuntu-11-10-oneiric-ocelot-with-python-support/
I think the

2条回答
  •  情话喂你
    2021-01-21 14:21

    Thanks to @karlphillip and @Appleman1234, and I solved my problem finally. The key is remove the /release directory that contains the cmake information and do the recompile from scratch, i.e. mkdir ./release, cd ./release, cmake, make and make install. BTW,ffmpeg is required 0.8+,and mine is 0.8.1.

提交回复
热议问题