Software:vcpkg

From HandWiki
Revision as of 11:32, 9 February 2024 by Scavis2 (talk | contribs) (fixing)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Short description: Open source package manager

vcpkg
Developer(s)Microsoft
Initial release2016; 8 years ago (2016)
Stable release
2023.11.20 / November 21, 2023; 6 months ago (2023-11-21)
Repositorygithub.com/microsoft/vcpkg
Written inC++
Operating systemWindows (11, 10, 8.1, 7), macOS, Linux
PlatformIA-32, x86-64, ARM, ARM64
TypePackage manager
LicenseMIT License
Websitevcpkg.io

vcpkg is a cross-platform open source package manager by Microsoft.[1]

Overview

vcpkg provides access to C and C++ libraries to its supported platforms. The command-line utility is currently available on Windows, macOS and Linux.[2]

vcpkg was first announced at CppCon 2016.[3]

The vcpkg source code is licensed under MIT License and hosted on GitHub.[4]

vcpkg supports Visual Studio 2015 Update 3 and above.

See also

References

External links