Skip to content

Commit

Permalink
DOCS/MAINT: Update vcpkg dependency list
Browse files Browse the repository at this point in the history
The different dependency lists have become out-of-sync and/or
out-of-date.

This should remedy problems as encountered in #6163.

(cherry picked from commit ff1e736)
  • Loading branch information
Krzmbrzl committed Jul 13, 2023
1 parent c0cdcc3 commit d3fcffc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/dev/build-instructions/build_static.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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 <packageName> --triplet <triplet>` where `<packageName>` is to be replaced with the name of the
package you want to install and `<triplet>` is the desired target triplet. We recommend using these triplets:
Expand Down
1 change: 1 addition & 0 deletions scripts/vcpkg/get_mumble_dependencies.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ $mumble_deps = "qt5-base[mysqlplugin]",
"qt5-tools",
"qt5-translations",
"boost-accumulators",
"opus"
"poco",
"libvorbis",
"libogg",
Expand Down
1 change: 1 addition & 0 deletions scripts/vcpkg/get_mumble_dependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ mumble_deps='qt5-base[mysqlplugin],
qt5-tools,
qt5-translations,
boost-accumulators,
opus
poco,
libvorbis,
libogg,
Expand Down

0 comments on commit d3fcffc

Please sign in to comment.