From 2d8686326cae3bda90d54525d46ad5191c5ea102 Mon Sep 17 00:00:00 2001 From: Brad Date: Thu, 20 Nov 2025 19:51:21 -0600 Subject: [PATCH] linux/README.md - add missing dependencies --- linux/README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/linux/README.md b/linux/README.md index c7bc451eb..e405b90e8 100644 --- a/linux/README.md +++ b/linux/README.md @@ -43,6 +43,31 @@ A native Linux application to control your AirPods, with support for: # For Fedora sudo dnf install openssl-devel ``` +4. Libpulse development headers + + ```bash + # On Arch Linux / EndevaourOS, these are included in the libpulse package, so you might already have them installed. + sudo pacman -S libpulse + + # For Debian / Ubuntu + sudo apt-get install libpulse-dev + + # For Fedora + sudo dnf install pulseaudio-libs-devel + ``` +5. Cmake + + ```bash + # For Arch Linux / EndeavourOS + sudo pacman -S cmake + + # For Debian / Ubuntu + sudo apt-get install cmake + + # For Fedora + sudo dnf install cmake + ``` + ## Setup 1. Build the application: