如何在启用 TBB 的情况下安装 Opencv?
我尝试了以下方法:
1) 下载 TBB 包。
2)使用以下命令构建
mingw32-make compiler=gcc arch=ia32 runtime=mingw default
3)我将环境变量路径设置为“d:\tbb\build\windows_ia32_gcc_mingw_release
3)现在使用cmake,我启用了“WITH_TBB”并编译了opencv。
它抛出以下错误。
[ 22%] Built target pch_Generate_opencv_core
Linking CXX shared library ..\..\bin\libopencv_core245.dll
c:/mingw/bin/../lib/gcc/mingw32/4.6.2/../../../../mingw32/bin/ld.exe: cannot fin
d -ltbb
collect2: ld returned 1 exit status
make[2]: *** [bin/libopencv_core245.dll] Error 1
make[1]: *** [modules/core/CMakeFiles/opencv_core.dir/all] Error 2
make: *** [all] Error 2
我有什么遗漏吗...请指教..