Question in the title. Ideally I'd like to make small C++ projects without MS Visual Studio. Right now I can't even get the code in samples/cpp/
to compile and run with basic g++.
For reference I've downloaded OpenCV 3.1 from here: https://sourceforge.net/projects/opencvlibrary/files/opencv-win/3.1.0/opencv-3.1.0.exe/download
I want nothing to do with Visual Studio, but from my search results all Windows OpenCV C++ projects seem to use it.