Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

if you can live with static linking (cmake -DBUILD_SHARED_LIBS=OFF) and choose a custom install dir (like /home/me/opencv23) it should be a breeze.

later just use cmake to generate projects, and export OPenCV_DIR=/home/me/opencv23 before running cmake.

if you can live with static linking (cmake -DBUILD_SHARED_LIBS=OFF) and choose a custom install dir (like /home/me/opencv23) it should be a breeze.

later just use cmake to generate projects, and export OPenCV_DIR=/home/me/opencv23OpenCV_DIR=/home/me/opencv23 before running cmake.

if you can live with static linking (cmake -DBUILD_SHARED_LIBS=OFF) and choose a custom install dir (like /home/me/opencv23cmake -DINSTALL_PREFIX=/home/me/opencv23) when building opencv23 (or any other version) it should be a breeze.

later just use cmake to generate projects, and export OpenCV_DIR=/home/me/opencv23 before running cmake.

if you can live with static linking (cmake -DBUILD_SHARED_LIBS=OFF) and choose a custom install dir (like cmake -DINSTALL_PREFIX=/home/me/opencv23-DCMAKE_INSTALL_PREFIX=/home/me/opencv23) when building opencv23 (or any other version) it should be a breeze.

later just use cmake to generate projects, and export OpenCV_DIR=/home/me/opencv23 before running cmake.

if you can live with static static linking (cmake -DBUILD_SHARED_LIBS=OFF) and choose a custom install dir (like cmake -DCMAKE_INSTALL_PREFIX=/home/me/opencv23) when building opencv23 (or any other version) it should be a breeze.

later just use cmake to generate projects, and export OpenCV_DIR=/home/me/opencv23 before running cmake.

if you can live with static linking (cmake -DBUILD_SHARED_LIBS=OFF) and choose a custom install dir (like cmake -DCMAKE_INSTALL_PREFIX=/home/me/opencv23) when building opencv23 (or any other version) it should be a breeze.

later just use cmake to generate projects, projects, and export OpenCV_DIR=/home/me/opencv23 before running cmake.