Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

you can choose a custom install path with cmake, like:

cmake -DCMAKE_INSTALL_PREFIX=/home/martian/opencv4

then again, you have to run ldconfig there, so your project finds the correct so's later

you can choose a custom install path with cmake, like:

cmake -DCMAKE_INSTALL_PREFIX=/home/martian/opencv4

then again, you have to run ldconfig (in the bin folder) there, so your project finds the correct so's later