mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-02-10 19:52:24 +00:00
linux(docs): add missing dependencies (#300)
This commit is contained in:
@@ -43,6 +43,31 @@ A native Linux application to control your AirPods, with support for:
|
|||||||
# For Fedora
|
# For Fedora
|
||||||
sudo dnf install openssl-devel
|
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
|
## Setup
|
||||||
|
|
||||||
1. Build the application:
|
1. Build the application:
|
||||||
|
|||||||
Reference in New Issue
Block a user