Hi,
I'm trying to install Caffe (CPU only) on windows 7 platform following
https://github.com/BVLC/caffe/tree/windows. I have CMake and Visual Studio 2017 installed. When I run the build_win.cmd I get the following errors:
The system cannot find the path specified.
CMake Error: CMake was unable to find a build program corresponding to "Ninja". CMAKE_MAKE_PROGRAM is not set. You probably need to select a different build tool.
CMake Error: CMAKE_C_COMPILER not set, after EnableLanguage
CMake Error: CMAKE_CXX_COMPILER not set, after EnableLanguage
ERROR: Configure failed
So which path needs to be set (or how can I find out which path)
What is Ninja? Do I really need it? If not how do I get around it.
How do I set my compilers (or is that a path problem)?
Ian