Skip to content

2024-05

Latest
Compare
Choose a tag to compare
@Krzmbrzl Krzmbrzl released this 02 Jun 14:04

The file names have the format

mumble_env.<triplet>.<build date>.<commit hash>.<extension>
  • <triplet> specifies the vcpkg target triplet used. The same triplet must be specified as -DVCPKG_TARGET_TRIPLET when using these pre-built environments.
  • <build date> is the date at which the env has been compiled
  • <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 note

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.

What changed?

  • Updated all dependencies to latest versions available on vcpkg
  • Ready up for the database rewrite in the Mumble server
    • Removed Qt database related dependencies
    • Explicitly added SQLite3, PostgreSQL and MySQL libraries