▲ | flohofwoe 3 days ago | |
Most of those are for installing applications, not system-wide C library source distributions (e.g. you'll need to figure out the path of the source and header files in build scripts since there's no standard location for that on Windows). The closest thing to a C/C++ package manager standard on Windows is probably vcpkg: https://vcpkg.io/en/ |