Skip to content

Commit

Permalink
add linux dependencies on wayland to doc
Browse files Browse the repository at this point in the history
  • Loading branch information
mockersf committed Dec 4, 2021
1 parent d91765b commit 8d3782e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/linux_dependencies.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 8d3782e

Please sign in to comment.