The file names have the format
mumble_env.<triplet>.<commit hash>.<extension>
<triplet>specifies the vcpkg target triplet used. The same triplet must be specified as-DVCPKG_TARGET_TRIPLETwhen using these pre-built environments.<commit hash>is the hash of the vcpkg commit the env was built from. Note that this commit identifies a commit in this repository (the fork) and not a commit in the upstream Microsoft repository.<extension>specifies the type of archiving and compression used on the environment. This determines how you'll have to decompress the archive.
Important notes
- These environments contain only Release libraries. Thus, on platforms where Release and Debug builds are not ABI compatible (Windows) you can only use these for Release builds.
- These environments were built making use of overlay triplets that overwrite the standard triplets. Hence, libraries may not be compatible with externally built vcpkg libraries even though the triplet name is the same.
- The Linux environment has been compiled under Ubuntu 24.04, using GLIBC v2.39 and can only be used on system with the same or a newer GLIBC version
What changed?
- Updated all dependencies to latest versions available on vcpkg