opencv visual studio 17 setup

asked 2017-11-05 22:12:58 -0600

Hi, If someone could help me get setup in visual studio 17 would be great. I downloaded 3.3.1 winpack. Im able to get 64 bit working by: setting the include directory in vs c/c++ additional library directories- build\x64\vc14\lib linker general build\x64\vc14\lib linker input opencv_world331.lib and setting the variable in the system to build\x64\vc14\bin This works but I dont really understand what im doing and I will like to know how to configure for 32 bit. Also, I would like configure visual studio 13, which is only 32 bit.

Thanks

edit retag flag offensive close merge delete

Comments

the prebuild libs are for VS2015 ONLY.

for any other version or compiler, you have to build your own libs locally, using cmake.

berak gravatar imageberak ( 2017-11-06 00:09:29 -0600 )edit