Skip to content

Instantly share code, notes, and snippets.

@dianjuar
Last active July 27, 2016 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dianjuar/8ea4c75fc90401a104f1071bc09fe6b5 to your computer and use it in GitHub Desktop.
Save dianjuar/8ea4c75fc90401a104f1071bc09fe6b5 to your computer and use it in GitHub Desktop.
How to compilte OpenCV with g++
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