Hello.
I haven't really done anything with C or C++ for a decade or two, so I have no experience with modern building tools, but I do have Visual Studio installed, as something else I use depends on it.
I'm using Windows. I've installed
vcpkg and ran "vcpkg install jsonnet"
This seems to have, among other things, built the
jsonnet.lib file.
But then, to get an "executable", which is what I'm interested in atm, I need to install gcc or clang?
That is the part I don't get ; if
vcpkg can find the Visual Studio C++ compiler, to be able to build the library, why can't the executable be built with the same compiler too? Why the need to install an additional C++ compiler?
Regards,
Sebastien Diot