I'm setting up a development environment on my Windows PC so I have more places to work on a project. I have installed VS Build Tools 2019 on my system along with CMake v3.15.3, GnuWin32 Make v3.81, and LLVM CLang v8.0.1.
All official documentation on Magick++ only shows how to compile using Visual Studio proper, Cygwin, or MinGW. Does anyone know how to compile it without any of those? Space on my SSD is tight, and I would rather not install something to never touch again.
I'm thinking of maybe using Ninja to build it since that comes with VS Build Tools. Someone suggested using Make, but isn't used to compile stuff for Linux systems?
EDIT: ImageMagick doesn't come with a CMakeLists.txt
file to my knowledge.
I've also heard about msbuild.exe
.