mirror of
https://github.com/microsoft/vcpkg
synced 2024-11-20 16:06:00 -07:00
d8e60ef474
* test osx stuff * deactivate most of ci * get trace output * add required flags to the linker flags * also look for --sysroot * Link_args are always shared * fix ar flags * setup FOR_BUILD vars. * try tricking the build.... but man configure scripts are stupid sometimes... * try 2 * major meson rewrite * fix duplicates * revert --trace-expand * update port version * revert pipeline changes * v db * bump version * v db * set flags for rc compilers * a few more ios fixes. * v db * fix osx/ios logic * documentation and don't fatal_error in build/host machine entry calculation. * add android/compiler target stuff from #26570 * remove extra endif * v db * add target param to linker flags. * target in cpp flags * Make vcpkg-cmake-get-vars more ios compatible * Update scripts/get_cmake_vars/CMakeLists.txt Co-authored-by: Matthias Kuhn <matthias@opengis.ch> * More ios fixes * fix target adding * Fix broken loop * v db * v db * bump date * v db * v db * v db * remove port-version 1 * v db Co-authored-by: JackBoosY <yuzaiyang@beyondsoft.com> Co-authored-by: Matthias Kuhn <matthias@opengis.ch> |
||
---|---|---|
.. | ||
about | ||
commands | ||
examples | ||
maintainers | ||
specifications | ||
users | ||
_config.yml | ||
README.md |
Quick Start
The latest version of this documentation is available on GitHub.
Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS. This tool and ecosystem are constantly evolving; your involvement is 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 x64-uwp
- Getting Started with Versioning
- Manifest Mode: CMake Example
- Pin old Boost Versions
- Using Overlay Triplets
Command Line Reference
User Help
- Buildsystem Integration
- Triplet files
- Configuration and Environment
- Authentication
- Manifest Mode
- Binary Caching
- Asset Caching
- Versioning
- Usage with Android
- Usage with Mingw-w64
- Host Dependencies
- Using Registries
Maintainer Help
- Manifest Files - vcpkg.json
- Control Files
- Portfile Functions
- Authoring Script Ports
- Common CMake Definitions
- Maintainer Guidelines
- Creating Registries
- CMake Guidelines
Vcpkg-Tool Maintainer Help
Community Resources (not directly affiliated with vcpkg)
- vcpkg.info - Package index + search
- vcpkgx - Package index + search
- vcpkg index - Package index + search
Blog posts
- Vcpkg Host Dependencies for Cross-Compilation
- Registries: Bring your own libraries to vcpkg
- Vcpkg: Accelerate your team development environment with binary caching and manifests
- Vcpkg: 2019.06 Update (overlay ports, overlay triplets,
vcpkg_check_features
) - 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