From e130c3a7fd824473b61ee2dc29c068e219934066 Mon Sep 17 00:00:00 2001 From: burka Date: Mon, 11 Aug 2025 06:52:16 +0200 Subject: [PATCH] add missing dependencies for developer setup (#3930) --- BUILDING_LINUX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING_LINUX.md b/BUILDING_LINUX.md index 90f3303f..d4fdbf56 100644 --- a/BUILDING_LINUX.md +++ b/BUILDING_LINUX.md @@ -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:**