Last active
August 29, 2015 14:04
-
-
Save jubecker/aed7aba2148139d94fa2 to your computer and use it in GitHub Desktop.
install OpenCV 2.4.x on OS X
This file contains hidden or 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
get TBB from https://www.threadingbuildingblocks.org/download | |
unzip source archives | |
mkdir release | |
cd release/ | |
cmake -DCMAKE_BUILD_TYPE=RELEASE -DWITH_TBB=on -DTBB_INCLUDE_DIRS=/opt/tbb/include -DTBB_LIB_DIR=/opt/tbb/lib .. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment