From 11cd927c8fd5010fb882f00890c43b00458ca08a Mon Sep 17 00:00:00 2001 From: burka Date: Thu, 7 Aug 2025 22:16:08 +0200 Subject: [PATCH] add missing dependencies for developer setup --- BUILDING_LINUX.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING_LINUX.md b/BUILDING_LINUX.md index 90f3303f7cf7..d4fdbf562f29 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:**