mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:51:48 +08:00
cf7e2f3906
* Add detection for VCPKG_DOWNLOADS environment variable in vcpkgpaths.cpp. * Pass the downloads directory from VcpkgPaths to cmake. * Also fixup bootstrap on *nix. * Make error message a little prettier. * Make that bash script actually work :) * [vcpkg] Alter Optional<> usage style * [vcpkg-docs] Add section on Environment Variables to the docs
2.3 KiB
2.3 KiB
Quick Start
Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS. This tool and ecosystem are constantly evolving; your involvement are vital to its success!
Examples
- Installing and Using Packages Example: sqlite
- Packaging Zipfiles Example: zlib
- Packaging GitHub Repositories Example: libogg
- Patching Example: Patching libpng to work for x86-uwp
User Help
Maintainer help
Specifications
Blog posts
- Announcing a single C++ library manager for Linux, macOS and Windows: Vcpkg
- Vcpkg: Using multiple enlistments to handle multiple versions of a library
- Vcpkg: introducing the export command
- Binary Compatibility and Pain-free Upgrade Why Moving to Visual Studio 2017 is almost "too easy"
- Vcpkg recent enhancements
- Vcpkg 3 Months Anniversary, Survey
- Vcpkg updates: Static linking is now available
- Vcpkg: a tool to acquire and build C++ open source libraries on Windows