Created
May 14, 2022 02:17
-
-
Save bmount/8e48cfef20ed268687aa371d39af34d4 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 -DPYTHON_DEFAULT_INTERPRETER=$(which python3) -DBUILD_opencv_python3=ON -DPYTHON3_LIBRARY=/opt/homebrew/Cellar/[email protected]/3.9.12/Frameworks/Python.framework/Versions/3.9/lib/libpython3.9.dylib -DPYTHON3_INCLUDE_DIR=/opt/homebrew/Cellar/[email protected]/3.9.12/Frameworks/Python.framework/Versions/3.9/include/python3.9 .. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment