Skip to content

Instantly share code, notes, and snippets.

@jubecker
Last active August 29, 2015 14:04
Show Gist options
  • Save jubecker/aed7aba2148139d94fa2 to your computer and use it in GitHub Desktop.
Save jubecker/aed7aba2148139d94fa2 to your computer and use it in GitHub Desktop.
install OpenCV 2.4.x on OS X
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