We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa0898a commit 93ac06bCopy full SHA for 93ac06b
1 file changed
linux/README.md
@@ -43,6 +43,31 @@ A native Linux application to control your AirPods, with support for:
43
# For Fedora
44
sudo dnf install openssl-devel
45
```
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
61
+ # For Arch Linux / EndeavourOS
62
+ sudo pacman -S cmake
63
64
65
+ sudo apt-get install cmake
66
67
68
+ sudo dnf install cmake
69
70
71
## Setup
72
73
1. Build the application:
0 commit comments