Tetris999
..............................
Posts: 2,390.4622 Threads: 298
Joined: 15th Apr 2007
Reputation: -6.7936
E-Pigs: 82.5657
|
RE: [blog] Fffffffffffffffffff Opencv
(24/08/2012 07:00 AM)Joom Wrote: How did you try installing it?
This is for a windows 7 install
Downloaded the build, unzipped it, got a program called cmake that apparently builds the binaries of the folder you just unzipped. Did that, navigated to the binaries it made, opened the .sln file it just put together, built that in microsoft visual studio. I then added this directory that was made to my environment variables PATH so that it could look up this folder when running functions from the library. Made a new project, linked the include directories (with the needed header files) to the project, linked the library directory to where the .lib's were located in the DEBUG folder. Went to the linker options and added the three libraries that I would need to write a simple program.
And it would just give a bunch of linker errors then normal application cannot run errors after I fixed that. I gave up by then.
Apart from setting the include, library and linker settings, I had no idea double you tee eff was going on.
MY SIG IS FUCKING DEAD
(This post was last modified: 24/08/2012 02:28 PM by Tetris999.)
|
|
24/08/2012 02:27 PM |
|