Warning messages when installing ports for unsupported triplets will no longer print multiple times in a row. (Microsoft/vcpkg-tool#899, thanks @autoantwort!) Changed a post-build check for ports so vcpkg no longer requires pkg-config (.pc) files that don’t have a “Lib:...
If you're updating multiple ports at the same time, instead you can run:Console Copy vcpkg x-add-version --all to update the files for all modified ports at once.Note These commands require you to have committed your changes to the ports before running them. The reason is that the ...
511 updateswere made to existing ports. As always, we validate each change to a port by building all other ports that depend on or are depended by the library that is being updated for our nine main triplets. There are now2,110 total librariesavailable in the vcpkg public registry. ...
Keeping multiple triplets when use vcpkg install #16083 Closed Contributor autoantwort commented Feb 21, 2021 If I see this right it was merged in microsoft/vcpkg-tool#5, but the documentation was lost. So is this available? This was referenced Feb 21, 2021 [boost-build] build failure ...
Cross-compiling libraries: Define one triplet for multiple libraries: vcpkg install --triplet=x86-windows-mytriplet zlib fmt or define triplet for each library vcpkg install zlib:x86-windows-mytriplet fmt:x64-windows-mytriplet Using cross-compiled vcpkg libraries with CMake Build you own CMake...
Using Multiple Toolchain FilesTo combine vcpkg's toolchain file with another toolchain file, you can set the CMake cache variable VCPKG_CHAINLOAD_TOOLCHAIN_FILE:Console نسخ cmake ../my/project \ -DCMAKE_TOOLCHAIN_FILE=C:/vcpkg/scripts/buildsystems/vcpkg.cmake \ -DVCPKG_CHAINLOAD_...
vcpkg list: Improve output for long triplets Update required version & auto-downloaded version of cmake to 3.10.1-- vcpkg team vcpkg@microsoft.com WED, 10 Jan 2018 17:00:00 -0800vcpkg (0.0.100)Add ports: libmspack 0.6 scintilla 3.7.6 vlpp 0.9.3.1 Update ports: allegro5 5.2.2.0-1...
openvr 1.0.16 an API and runtime that allows access to VR hardware from multiple vendors wit… opus 1.2.1-1 Totally open royalty-free highly versatile audio codec opusfile 0.9-3 Stand-alone decoder library for .opus streams opusfile[opusurl] Supportdecoding of http(s) st...
Fixed a crash when runningvcpkg integrate-install powershell(PR:Microsoft/vcpkg-tool#965, thanks @autoantwort!). Total Ports Available for Tested Triplets While vcpkg supports a much larger variety of target platforms and architectures, the list above is validated exha...
Cloud accessible via HTTP/HTTPS. A recent community PR enables vcpkg users to use COS for binary caching.Binary cachingsaves copies of library binaries in a shared location that can be accessed by vcpkg for future fast installs, potentially across multiple development environments locally and in ...