2

I've downloaded OpenCV 3.1 from the OpenCV website and am attempting to build static x64 libraries. I am following the procedure outlined here,

http://docs.opencv.org/3.1.0/d3/d52/tutorial_windows_install.html#gsc.tab=0

and am using CMake 3.5 to generate the SLN/Project files for VStudio. I didn't have any trouble compiling 32-bit static libraries, which is the default solution configuration generated by CMake. However when I try changing the build target in the configuration manager to "x64" I get multiple linkage errors and pretty much nothing compiles.

Am I missing some configuration option in CMake to generate the correct project files? If anybody has had any experience with the process I'd appreciate any help!

Cheers

user3881521
  • 95
  • 1
  • 7
  • Check out Lucian's VBlog https://blogs.msdn.microsoft.com/lucian/2015/12/03/opencv-first-version-up-on-nuget/ – Ken Tucker Apr 03 '16 at 19:45
  • 1
    Try also mine blog.. Works well http://funvision.blogspot.cz/2015/11/install-opencv-visual-studio-2015.html – globalex Sep 23 '16 at 20:31

0 Answers0