Quantcast
Channel: CodeGuru Forums - Visual C++ Programming
Viewing all articles
Browse latest Browse all 3042

vcpkg Library Manager

$
0
0
Has anyone here heard of the vcpkg library management tool? It's intended for programmers and is apparently a similar concept to package management which is common in Linux. i.e. if you need to build some open source library (presumably using MSVC??) it'll download the source code / VC project files etc and any dependencies. I'm not sure if it's an actual Microsoft initiative or independent. but apparently it's available for all three major platforms...

Seems like something worth knowing about!! :thumb:

Viewing all articles
Browse latest Browse all 3042

Trending Articles