forked from Elara6331/infinitime
removed pulseaudio-utils and libpulse dependencies
This commit is contained in:
parent
fbc1110d8f
commit
19402624bb
@ -15,24 +15,24 @@ This library's import path is `go.arsenm.dev/infinitime`.
|
||||
|
||||
### Dependencies
|
||||
|
||||
This library requires `dbus`, `bluez`, and `pactl` to function. These allow the library to use bluetooth, control media, control volume, etc.
|
||||
This library requires `dbus`, and `bluez` to function. These allow the library to use bluetooth, control media, control volume, etc.
|
||||
|
||||
#### Arch
|
||||
|
||||
```shell
|
||||
sudo pacman -S dbus bluez libpulse --needed
|
||||
sudo pacman -S dbus bluez --needed
|
||||
```
|
||||
|
||||
#### Debian/Ubuntu
|
||||
|
||||
```shell
|
||||
sudo apt install dbus bluez pulseaudio-utils
|
||||
sudo apt install dbus bluez
|
||||
```
|
||||
|
||||
#### Fedora
|
||||
|
||||
```shell
|
||||
sudo dnf install dbus bluez pulseaudio-utils
|
||||
sudo dnf install dbus bluez
|
||||
```
|
||||
|
||||
---
|
||||
|
Loading…
Reference in New Issue
Block a user