when you make configure files
#cmake ..
Or
#cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local
-D WITH_TBB=ON -D BUILD_NEW_PYTHON_SUPPORT=ON -D WITH_V4L=ON
-D INSTALL_C_EXAMPLES=ON -D INSTALL_PYTHON_EXAMPLES=ON
-D BUILD_EXAMPLES=ON -D WITH_QT=ON -D WITH_OPENGL=ON ..
Verify summary
# yum search ffmpeg
ffmpeg-devel.xxxx
gstreamer-ffmpeg.xxxx
# yum search gstreamer
gstreamer-devel.xxxx
gstreamermm.xxxx
install using yum
finally
export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:/usr/local/lib
references:
[1] http://prateekvjoshi.com/2013/10/18/package-opencv-not-found-lets-find-it/
No comments:
Post a Comment