kasyoukin / caffe_ocr_for_linux

Other
73 stars 47 forks source link

编译错误 #44

Closed gllspeed closed 5 years ago

gllspeed commented 5 years ago

你好,编译必须要用到opencv吗,报以下错误

AR -o .build_release/lib/libcaffe.a LD -o .build_release/lib/libcaffe.so.1.0.0 /usr/bin/ld: cannot find -lopencv_imgcodecs collect2: error: ld returned 1 exit status Makefile:581: recipe for target '.build_release/lib/libcaffe.so.1.0.0' failed make: *** [.build_release/lib/libcaffe.so.1.0.0] Error 1

kasyoukin commented 5 years ago

缺啥就自己装下吧 sudo apt-get install libopencv-highgui2.4v5 libopencv-imgproc2.4v5

gllspeed commented 5 years ago

好的,谢谢