Guest User

Untitled

a guest
Nov 20th, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.63 KB | None | 0 0
  1. $ cmake -D CMAKE_BUILD_TYPE=RELEASE
  2. -D CMAKE_INSTALL_PREFIX=/usr/local
  3. -D OPENCV_EXTRA_MODULES_PATH=~/opencv_contrib/modules
  4. -D PYTHON3_LIBRARY=YYY
  5. -D PYTHON3_INCLUDE_DIR=ZZZ
  6. -D PYTHON3_EXECUTABLE=$VIRTUAL_ENV/bin/python
  7. -D BUILD_opencv_python2=OFF
  8. -D BUILD_opencv_python3=ON
  9. -D INSTALL_PYTHON_EXAMPLES=ON
  10. -D INSTALL_C_EXAMPLES=OFF
  11. -D BUILD_EXAMPLES=ON ..
  12.  
  13. git clone https://github.com/opencv/opencv
  14.  
  15. git clone https://github.com/opencv/opencv_contrib
  16.  
  17. [ 84%] Linking CXX executable ../../bin/opencv_perf_stitching
  18. [ 84%] Built target opencv_perf_stitching
  19. make: *** [all] Error 2
Add Comment
Please, Sign In to add comment