From 8d3782eca830d3263c2716692567373d1de8d8ba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois?= Date: Sat, 4 Dec 2021 16:27:18 +0100 Subject: [PATCH] add linux dependencies on wayland to doc --- docs/linux_dependencies.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/linux_dependencies.md b/docs/linux_dependencies.md index 9c1b955d212ab..a5969ba6e72b8 100644 --- a/docs/linux_dependencies.md +++ b/docs/linux_dependencies.md @@ -10,6 +10,12 @@ If you don't see your distro present in the list, feel free to add the instructi sudo apt-get install g++ pkg-config libx11-dev libasound2-dev libudev-dev ``` +if using Wayland, you will also need to install + +```bash +sudo apt-get install libwayland-dev libxkbcommon-dev +``` + Depending on your graphics card, you may have to install one of the following: `vulkan-radeon`, `vulkan-intel`, or `mesa-vulkan-drivers`