Created
April 1, 2016 02:11
-
-
Save hiepnd/12303038e007484b844450e4ad78946d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cmake -D CMAKE_BUILD_TYPE=RELEASE \ | |
-D CMAKE_INSTALL_PREFIX=/usr/local \ | |
-D PYTHON2_PACKAGES_PATH=/usr/local/lib/python2.7/site-packages \ | |
-D PYTHON2_LIBRARY=/usr/local/Cellar/python/2.7.11/Frameworks/Python.framework/Versions/2.7/bin \ | |
-D PYTHON2_INCLUDE_DIR=/usr/local/Frameworks/Python.framework/Headers \ | |
-D INSTALL_C_EXAMPLES=OFF \ | |
-D INSTALL_PYTHON_EXAMPLES=ON \ | |
-D BUILD_EXAMPLES=ON \ | |
-D BUILD_DOCS=ON \ | |
-D OPENCV_EXTRA_MODULES_PATH=../../opencv_contrib/modules .. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment