add missing dependencies for developer setup (#3930)

This commit is contained in:
burka
2025-08-11 06:52:16 +02:00
committed by GitHub
parent 7eca695379
commit e130c3a7fd
+1 -1
View File
@@ -9,7 +9,7 @@ This guide covers building the Goose Desktop application from source on various
**Debian/Ubuntu:**
```bash
sudo apt update
sudo apt install -y dpkg fakeroot build-essential
sudo apt install -y dpkg fakeroot build-essential libxcb1-dev libxcb-util-dev protobuf-compiler
```
**Arch/Manjaro:**