Skip to content

Instantly share code, notes, and snippets.

@yoterpa
Last active October 17, 2015 15:29
Show Gist options
  • Select an option

  • Save yoterpa/6d3dbdda9d3f0889f3a9 to your computer and use it in GitHub Desktop.

Select an option

Save yoterpa/6d3dbdda9d3f0889f3a9 to your computer and use it in GitHub Desktop.

Revisions

  1. yoterpa revised this gist Oct 17, 2015. 1 changed file with 5 additions and 1 deletion.
    6 changes: 5 additions & 1 deletion opencv_samples_howto.md
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,7 @@
    *The corrent order of arguments*

    g++ -o test test.cpp `pkg-config --cflags --libs opencv`
    g++ -o test test.cpp `pkg-config --cflags --libs opencv`



    export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib
  2. yoterpa created this gist Oct 17, 2015.
    3 changes: 3 additions & 0 deletions opencv_samples_howto.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    *The corrent order of arguments*

    g++ -o test test.cpp `pkg-config --cflags --libs opencv`