Add mesa-vulkan-drivers to Debian install (#1489)

I received the `Unable to find GPU` error, but I got it to render by using this package.  Not 100% sure if a better option exists.
This commit is contained in:
Psychoticpotato 2021-03-07 19:17:25 +00:00
parent f61e44db28
commit 2a3a32b66f

View file

@ -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