Last active
October 17, 2015 15:29
-
-
Save yoterpa/6d3dbdda9d3f0889f3a9 to your computer and use it in GitHub Desktop.
Revisions
-
yoterpa revised this gist
Oct 17, 2015 . 1 changed file with 5 additions and 1 deletion.There are no files selected for viewing
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 charactersOriginal 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` export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/local/lib -
yoterpa created this gist
Oct 17, 2015 .There are no files selected for viewing
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 charactersOriginal 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`