mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:39:00 +08:00
55be137d5b
* Android: add docs/examples/vcpkg_android_example_cmake/ * Add docs/users/android.md * Improve Android prefab doc Following additional informations given by @atkawa7 at https://github.com/microsoft/vcpkg/pull/11264 * Link to android.md * Update the prefab usage instructions: "vcpkg install" the 4 archs before exporting a prefab * added --prefab-debug flag * added gradle integration info * reviewed the prefab output directory structure (from a dump of an actual export) * docs/users/triplets.md: link to android.md * docs/index.md: link to android.md * android.md: specify 2 possibiities for android_ndk_home * Added examples/vcpkg_android_example_cmake_script/cmake/vcpkg_android.cmake Usage: 1. Main CMakeLists: if (VCPKG_TARGET_ANDROID) include("cmake/vcpkg_android.cmake") endif() 2. cmake invocation: cmake .. -DVCPKG_TARGET_ANDROID=ON -DANDROID_ABI=armeabi-v7a * trigger pipeline build * trigger pipelines
2.6 KiB
2.6 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
Tool 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