pmeerw's blog

Wed, 01 Apr 2015

Building OpenCV on Ubuntu 14.04

It's a mess...

cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/local -D WITH_TBB=ON -D WITH_V4L=ON D WITH_OPENGL=ON -D WITH_OPENMP=ON -D WITH_IPP_A=ON -D PYTHON_INCLUDE_DIR=-I/usr/include/python2.7 -D PYTHON_INCLUDE_DIR2=-I/usr/include/x86_64-linux-gnu/python2.7 -D PYTHON_LIBRARY=/usr/lib/x86_64-linux-gnu/libpython2.7.so ..

posted at: 13:37 | path: /rant | permanent link

Made with PyBlosxom