Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2021-02-13 19:01:44 +0300
committerGitHub <noreply@github.com>2021-02-13 19:01:44 +0300
commitcb78e3e07242add1b55dd79b81b95ffd74a962d2 (patch)
tree328d7810920168bf9a6dbb78750a44af4c55eb87 /docs
parentf86a1e1602055bf6be18509c8aaf33ad16391407 (diff)
DOCS: Added additional deps for static Linux build
When building Qt we also require libx11-xcb-dev and for Ice we need libbluetooth-dev.
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/build-instructions/build_static.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/dev/build-instructions/build_static.md b/docs/dev/build-instructions/build_static.md
index 30361b4e2..1a93fa29a 100644
--- a/docs/dev/build-instructions/build_static.md
+++ b/docs/dev/build-instructions/build_static.md
@@ -81,7 +81,7 @@ Note: The custom port uses our [own fork](https://github.com/mumble-voip/ice) of
### Additional dependencies on Linux
-Additional `dev` packages will need to be installed for some components in vcpkg on GNU/Linux:
+Additional `dev` packages will need to be installed for some components in vcpkg on GNU/Linux (package names match Ubuntu packages):
* `libxi(X11)`
* `libgl1-mesa`
@@ -89,6 +89,8 @@ Additional `dev` packages will need to be installed for some components in vcpkg
* `mesa-common`
* `libxrandr`
* `libxxf86vm`
+* `libbluetooth`
+* `libx11-xcb`
vcpkg will also require installation of: