Any plans on providing prebuilt vc17 debug 64 bit binaries?

Since the current binary release already contains msvc2019 /MD version of 64 bit root 6, is it possible to have prebuilt /MDd versions for using debug crt in applications using root?

I have no idea how root is built on windows, how do I build root with msvc (I suppose I would need llvm and clang libraries and some cernlib libraries built with msvc as dependencies)?


ROOT Version: 6.26/06
Platform: Windows
Compiler: msvc17


See Building ROOT from source - ROOT
And BTW, we don’t build with MDd, but in debug mode with release runtime libraries (more or less the same than RelWithDebInfo) to avoid having to build all external dependencies (e.g. Python) in debug mode

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.