Skip to content

Instantly share code, notes, and snippets.

@chichunchen
Created December 1, 2014 20:44
Show Gist options
  • Save chichunchen/bc211cd473ec8ca9aea1 to your computer and use it in GitHub Desktop.
Save chichunchen/bc211cd473ec8ca9aea1 to your computer and use it in GitHub Desktop.
Compiling opencv in c++
g++ m.cpp -o app `pkg-config --cflags --libs opencv`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment