Skip to content

Instantly share code, notes, and snippets.

@jonathanGB
Created January 23, 2018 19:49
Show Gist options
  • Save jonathanGB/bbf49e38d2678176e5e60e1b07441d7b to your computer and use it in GitHub Desktop.
Save jonathanGB/bbf49e38d2678176e5e60e1b07441d7b to your computer and use it in GitHub Desktop.
makefile to run opencv3 installed with HomeBrew
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