Created
January 23, 2018 19:49
-
-
Save jonathanGB/bbf49e38d2678176e5e60e1b07441d7b to your computer and use it in GitHub Desktop.
makefile to run opencv3 installed with HomeBrew
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
g++ -o <NAME_OF_EXECUTABLE> -std=c++11 *.cpp `pkg-config --cflags --libs /usr/local/Cellar/opencv/3.4.0_1/lib/pkgconfig/opencv.pc` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment