diff --git a/docs/linux_dependencies.md b/docs/linux_dependencies.md index 53be73bfcd..6c06a98abc 100644 --- a/docs/linux_dependencies.md +++ b/docs/linux_dependencies.md @@ -10,6 +10,9 @@ If you don't see your distro present in the list, feel free to add the instructi sudo apt-get install pkg-config libx11-dev libasound2-dev libudev-dev ``` +Depending on your graphics card, you may have to install one of the following: +`vulkan-radeon`, `vulkan-intel`, or `mesa-vulkan-drivers` + If you want to enable fast compiles ```bash