Skip to content

Commit 93ac06b

Browse files
authored
linux(docs): add missing dependencies (#300)
1 parent aa0898a commit 93ac06b

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

linux/README.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,31 @@ A native Linux application to control your AirPods, with support for:
4343
# For Fedora
4444
sudo dnf install openssl-devel
4545
```
46+
4. Libpulse development headers
47+
48+
```bash
49+
# On Arch Linux / EndevaourOS, these are included in the libpulse package, so you might already have them installed.
50+
sudo pacman -S libpulse
51+
52+
# For Debian / Ubuntu
53+
sudo apt-get install libpulse-dev
54+
55+
# For Fedora
56+
sudo dnf install pulseaudio-libs-devel
57+
```
58+
5. Cmake
59+
60+
```bash
61+
# For Arch Linux / EndeavourOS
62+
sudo pacman -S cmake
63+
64+
# For Debian / Ubuntu
65+
sudo apt-get install cmake
66+
67+
# For Fedora
68+
sudo dnf install cmake
69+
```
70+
4671
## Setup
4772

4873
1. Build the application:

0 commit comments

Comments
 (0)