Skip to content

Commit bdb4926

Browse files
committed
docs: Add missing dependencies for Ubuntu/Debian in README
1 parent 9b2fe29 commit bdb4926

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -118,8 +118,7 @@ sudo pacman -S base-devel mold clang vulkan-radeon vulkan-tools
118118

119119
#### Ubuntu/Debian
120120
```bash
121-
sudo apt update && sudo apt install -y \
122-
    build-essential mold clang mesa-vulkan-drivers vulkan-tools
121+
sudo apt install -y build-essential mold clang mesa-vulkan-drivers vulkan-tools pkg-config libasound2-dev libudev-dev
123122
```
124123
- For NVIDIA GPUs, also install:
125124
```shell

0 commit comments

Comments
 (0)