OK, so you could try to build ROOT from source using CMake. For example something like:
cmake -G "Visual Studio 15 2017" /path/to/source/dir
cmake --build . --config [Release|Debug]
See also building root.
OK, so you could try to build ROOT from source using CMake. For example something like:
cmake -G "Visual Studio 15 2017" /path/to/source/dir
cmake --build . --config [Release|Debug]
See also building root.