diff --git a/docs/dev/build-instructions/build_static.md b/docs/dev/build-instructions/build_static.md index 9ec7a5e82f9..585cabe13bb 100644 --- a/docs/dev/build-instructions/build_static.md +++ b/docs/dev/build-instructions/build_static.md @@ -42,7 +42,8 @@ their README file. Once vcpkg is installed on your system, you have to switch into the directory vcpkg is installed in and then install the following packages: ``` -qt5-base +qt5-base[mysqlplugin] +qt5-base[postgresqlplugin] qt5-svg qt5-tools qt5-translations @@ -53,9 +54,10 @@ libvorbis libogg libflac libsndfile -libmariadb +protobuf zlib ``` +On Windows, you'll also have to install the `mdnsresponder` package. The command for installing a package is `vcpkg install --triplet ` where `` is to be replaced with the name of the package you want to install and `` is the desired target triplet. We recommend using these triplets: diff --git a/scripts/vcpkg/get_mumble_dependencies.ps1 b/scripts/vcpkg/get_mumble_dependencies.ps1 index f97973c1381..09d38c4bbe6 100644 --- a/scripts/vcpkg/get_mumble_dependencies.ps1 +++ b/scripts/vcpkg/get_mumble_dependencies.ps1 @@ -12,6 +12,7 @@ $mumble_deps = "qt5-base[mysqlplugin]", "qt5-tools", "qt5-translations", "boost-accumulators", + "opus" "poco", "libvorbis", "libogg", diff --git a/scripts/vcpkg/get_mumble_dependencies.sh b/scripts/vcpkg/get_mumble_dependencies.sh index a350c382e51..ec94d3d79ba 100755 --- a/scripts/vcpkg/get_mumble_dependencies.sh +++ b/scripts/vcpkg/get_mumble_dependencies.sh @@ -47,6 +47,7 @@ mumble_deps='qt5-base[mysqlplugin], qt5-tools, qt5-translations, boost-accumulators, + opus poco, libvorbis, libogg,