Skip to content
Snippets Groups Projects
Commit 9b2c82b9 authored by Andrews Sobral's avatar Andrews Sobral
Browse files

Update bgslibrary_vs2010_opencv.txt

parent 4fbc6038
No related branches found
No related tags found
No related merge requests found
---------------------------------------------------
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!
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment