How to build OpenCV 3.1.0 from github in Visual Studio 2015 x64 Windows10
Hi Guys!
Please tell me how to build OpenCV 3.1.0 from github in Visual Studio 2015 to x64.
I used git clone https://github.com/Itseez/opencv.git
and then use Cmake with default setting
after that in Visual Studio there is only one аctive platform - Win32 without any other options.
So after building we can see only x86 directory in install directory.
I tried also make a new platform - x64 and then during building error LNK1112 appears.
Maybe is anywhere guide how to do it?