diff --git a/bgslibrary_vs2010_opencv.txt b/bgslibrary_vs2010_opencv.txt index 6ea8256e859b0a714e3dc1510ad285a7bfab12a2..5fedcfa40c5d24ec032170ba4fee8e411ec8f199 100644 --- a/bgslibrary_vs2010_opencv.txt +++ b/bgslibrary_vs2010_opencv.txt @@ -1,22 +1,20 @@ --------------------------------------------------- -BGSLibrary with Visual Studio 2010 and Opencv 2.4.5 +BGSLibrary with Visual Studio 2010 and Opencv 2.4.9 --------------------------------------------------- -1) Check our example project at [vs2010] folder -http://code.google.com/p/bgslibrary/source/browse/trunk/vs2010 - +1) Clone our VS2010 example project at [vs2010] folder +https://github.com/andrewssobral/bgslibrary/tree/master/vs2010 Or configure manually by: - 1) Install OpenCV -1.a) Download OpenCV 2.4.5 from http://opencv.org/ -2.b) Install in: C:\OpenCV2.4.5 +1.a) Download OpenCV 2.4.9 from http://opencv.org/ +2.b) Install in: C:\OpenCV2.4.9 2.c) Add OpenCV binaries in your Path -C:\OpenCV2.4.5\build\x86\vc10\bin +C:\OpenCV2.4.9\build\x86\vc10\bin 2) Download BGSLibrary -2.a) Checkout bgslibrary SVN at C:\bgslibrary +2.a) Clone bgslibrary on GitHub at C:\bgslibrary 3) Start Visual Studio 2010 3.a) Create New Project @@ -31,9 +29,9 @@ C:\OpenCV2.4.5\build\x86\vc10\bin 3.j) Click on Project->Properties 3.k) Change [Output Directory] to ..\ 3.l) Add OpenCV include in [C/C++] -> [Additional Include Directories] -C:\OpenCV2.4.5\build\include;C:\OpenCV2.4.5\build\include\opencv; +C:\OpenCV2.4.9\build\include;C:\OpenCV2.4.9\build\include\opencv; 3.m) Add OpenCV libraries in [Linker]->[Input] -C:\OpenCV2.4.5\build\x86\vc10\lib\*.lib +C:\OpenCV2.4.9\build\x86\vc10\lib\*.lib 3.n) Click in Build and wait 3.o) Run C:\bgslibrary\bgslibrary.exe -Enjoy! \ No newline at end of file +Enjoy!