Install OpenCV from source using Visual Studio 2015
Is it possible to install OpenCV from source using VS 2015? CMake doesn't appear to have a specific version to support 2015.
I tried to point it to a specific compiler on system...
I've tried to adopt the existent instructions on the OpenCV site and I'm getting nowhere. Am I just out of luck unless I have different versions of things?
CMake Error: CMake was unable to find a build program corresponding to "Visual Studio 12 Win64". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool. CMake Error: Could not find cmake module file: C:/Users/GametJD/Documents/installed/OpenCV/CMakeFiles/2.8.12.1/CMakeCXXCompiler.cmake CMake Error: Could not find cmake module file: C:/Users/GametJD/Documents/installed/OpenCV/CMakeFiles/2.8.12.1/CMakeCCompiler.cmake Configuring incomplete, errors occurred!
for various reasons, please replace your screenshot with a text version of your errors
Your cmake is too old (2.8) while opencv and vs are new. This may cause a lot of errors. You should update cmake to its latest version and try again.