Software:vcpkg
From HandWiki
Short description: Open source package manager
Developer(s) | Microsoft |
---|---|
Initial release | 2016 |
Stable release | 2023.11.20
/ November 21, 2023 |
Repository | github |
Written in | C++ |
Operating system | Windows (11, 10, 8.1, 7), macOS, Linux |
Platform | IA-32, x86-64, ARM, ARM64 |
Type | Package manager |
License | MIT License |
Website | vcpkg |
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
- ↑ "Yelp launches Yelp Fusion, Microsoft creates Vcpkg tool, and the new Touch Sense SDK for Android developers". September 20, 2016. https://sdtimes.com/android/yelp-launches-yelp-fusion-microsoft-creates-vcpkg-tool-new-touch-sense-sdk-android-developers-sd-times-news-digest-sept-20-2016/.
- ↑ "Microsoft's C++ library manager now available for Linux and macOS". April 25, 2018. https://sdtimes.com/msft/microsofts-c-library-manager-now-available-linux-mac-os/.
- ↑ "Announcing a single C++ library manager for Linux, macOS and Windows: Vcpkg". April 24, 2018. https://devblogs.microsoft.com/cppblog/announcing-a-single-c-library-manager-for-linux-macos-and-windows-vcpkg/.
- ↑ "GitHub - microsoft/vcpkg: C++ Library Manager for Windows, Linux, and MacOS". December 14, 2019. https://github.com/microsoft/vcpkg.
External links
Original source: https://en.wikipedia.org/wiki/Vcpkg.
Read more |