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.
2 | No.2 Revision |
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
before running cmake. OPenCV_DIR=/home/me/opencv23OpenCV_DIR=/home/me/opencv23
3 | No.3 Revision |
if you can live with static linking (cmake -DBUILD_SHARED_LIBS=OFF
) and choose a custom install dir (like
) when building opencv23 (or any other version) it should be a breeze./home/me/opencv23cmake -DINSTALL_PREFIX=/home/me/opencv23
later just use cmake to generate projects, and export OpenCV_DIR=/home/me/opencv23
before running cmake.
4 | No.4 Revision |
if you can live with static linking (cmake -DBUILD_SHARED_LIBS=OFF
) and choose a custom install dir (like cmake
) when building opencv23 (or any other version) it should be a breeze.-DINSTALL_PREFIX=/home/me/opencv23-DCMAKE_INSTALL_PREFIX=/home/me/opencv23
later just use cmake to generate projects, and export OpenCV_DIR=/home/me/opencv23
before running cmake.
5 | No.5 Revision |
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.
6 | No.6 Revision |
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.