microsoft/vcpkg
Fork: 6364 Star: 23068 (更新于 2024-10-24 21:10:44)
license: MIT
Language: CMake .
C++ Library Manager for Windows, Linux, and MacOS
最后发布版本: 2024.07.12 ( 2024-07-17 03:22:03)
🌐 Read in a different language
vcpkg overview
vcpkg is a free and open-source C/C++ package manager maintained by Microsoft and the C++ community.
Initially launched in 2016 as a tool for assisting developers in migrating their projects to newer versions of Visual Studio, vcpkg has evolved into a cross-platform tool used by developers on Windows, macOS, and Linux. vcpkg has a large collection of open-source libraries and enterprise-ready features designed to facilitate your development process with support for any build and project systems. vcpkg is a C++ tool at heart and is written in C++ with scripts in CMake. It is designed from the ground up to address the unique pain points C/C++ developers experience.
This tool and ecosystem are constantly evolving, and we always appreciate contributions! Learn how to start contributing with our packaging tutorial and maintainer guide.
Get started
First, follow one of our quick start guides.
Whether you're using CMake, MSBuild, or any other build system, vcpkg has you covered:
You can also use any editor:
If a library you need is not present in the vcpkg registry, open an issue on the GitHub repository or contribute the package yourself.
After you've gotten vcpkg installed and working, you may wish to add tab completion to your terminal.
Use vcpkg
Create a manifest for your project's dependencies:
vcpkg new --application
vcpkg add port fmt
Or install packages through the command line:
vcpkg install fmt
Then use one of our available integrations for CMake, MSBuild or other build systems.
For a short description of all available commands, run vcpkg help
.
Run vcpkg help [topic]
for details on a specific topic.
Key features
vcpkg offers powerful features for your package management needs:
- easily integrate with your build system
- control the versions of your dependencies
- package and publish your own packages
- reuse your binary artifacts
- enable offline scenarios with asset caching
Contribute
vcpkg is an open source project, and is thus built with your contributions. Here are some ways you can contribute:
- Submit issues in vcpkg or existing packages
- Submit fixes and new packages
Please refer to our mantainer guide and packaging tutorial for more details.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or email opencode@microsoft.com with any additional questions or comments.
Resources
- Ports: Microsoft/vcpkg
- Source code: Microsoft/vcpkg-tool
- Docs: Microsoft Learn | vcpkg
- Website: vcpkg.io
- Email: vcpkg@microsoft.com
- Discord: #include <C++>'s Discord server, in the #🌏vcpkg channel
- Slack: C++ Alliance's Slack server, in the #vcpkg channel
License
The code in this repository is licensed under the MIT License. The libraries
provided by ports are licensed under the terms of their original authors. Where
available, vcpkg places the associated license(s) in the location
installed/<triplet>/share/<port>/copyright
.
Security
Most ports in vcpkg build the libraries in question using the original build system preferred by the original developers of those libraries, and download source code and build tools from their official distribution locations. For use behind a firewall, the specific access needed will depend on which ports are being installed. If you must install it in an "air gapped" environment, consider instaling once in a non-"air gapped" environment, populating an asset cache shared with the otherwise "air gapped" environment.
Telemetry
vcpkg collects usage data in order to help us improve your experience. The data collected by Microsoft is anonymous. You can opt-out of telemetry by:
- running the bootstrap-vcpkg script with
-disableMetrics
- passing
--disable-metrics
to vcpkg on the command line - setting the
VCPKG_DISABLE_METRICS
environment variable
Read more about vcpkg telemetry at https://learn.microsoft.com/vcpkg/about/privacy.
最近版本更新:(数据更新于 2024-08-28 08:14:45)
2024-07-17 03:22:03 2024.07.12
2024-06-18 05:58:18 2024.06.15
2024-05-29 02:07:48 2024.05.24
2024-05-01 08:01:59 2024.04.26
2024-03-26 06:06:53 2024.03.25
2024-03-20 08:08:40 2024.03.19
2024-02-15 09:42:38 2024.02.14
2024-01-13 09:38:58 2024.01.12
2023-12-13 09:02:46 2023.12.12
2023-11-21 11:41:09 2023.11.20
主题(topics):
c, cmake, cplusplus, cpp, libraries, package-manager, packages, vcpkg, visual-studio, windows
microsoft/vcpkg同语言 CMake最近更新仓库
2024-07-30 05:00:39 dreamworksanimation/openmoonray
2020-09-08 23:43:18 w4123/CQXQ
2016-06-10 17:46:05 team-phoenix/Phoenix
1970-01-01 00:00:00 imbaya2466/cmakeDependencyManagement
1970-01-01 00:00:00 python-cmake-buildsystem/python-cmake-buildsystem
1970-01-01 00:00:00 bsb808/nre_simmultihusky