File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed
Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff 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
48731. Build the application:
You can’t perform that action at this time.
0 commit comments