Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

documentation about compile and cmake definitions

Hi,

I just found to enable QT and opengl I need add -DWITH_QT=ON, for example something like:

cmake -DWITH_QT=ON -DBUILD_EXAMPLES=ON -DINSTALL_C_EXAMPLES=ON -DINSTALL_PYTHON_EXAMPLES=ON -DOPENCL_INCLUDE_DIR=/CL -DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib-3.1.0/modules ..

where I can find the complete list of cmake options and what are enabled by default ?

Thanks

documentation about compile and cmake definitions

Hi,

I just found to enable QT and opengl I need add -DWITH_QT=ON, for example something like:

cmake -DWITH_QT=ON -DBUILD_EXAMPLES=ON -DINSTALL_C_EXAMPLES=ON -DINSTALL_PYTHON_EXAMPLES=ON -DOPENCL_INCLUDE_DIR=/CL -DOPENCV_EXTRA_MODULES_PATH=../opencv_contrib-3.1.0/modules ..

where I can find the complete list of cmake options and what are enabled by default ?

The best that I found was http://docs.opencv.org/3.1.0/d7/d9f/tutorial_linux_install.html

Thanks