Skip to content

Instantly share code, notes, and snippets.

@bmount
Created June 26, 2013 01:10
Show Gist options
  • Save bmount/5863926 to your computer and use it in GitHub Desktop.
Save bmount/5863926 to your computer and use it in GitHub Desktop.
opencv build with homebrew/some other python. reminder about setting cmake variables
cmake -DPYTHON_EXECUTABLE:PATH='/usr/local/bin/python' -DPYTHON_INCLUDE_DIR:PATH='/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/include/python2.7/' -DPYTHON_LIBRARY:PATH='/usr/local/Cellar/python/2.7.5/Frameworks/Python.framework/Versions/2.7/lib/libpython2.7.dylib' -G "Unix Makefiles"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment