mirror of
https://github.com/kavishdevar/librepods.git
synced 2026-04-20 13:11:13 +00:00
linux: Add Debian requirements to the README
This commit is contained in:
@@ -14,7 +14,13 @@ A native Linux application to control your AirPods, with support for:
|
|||||||
2. Qt6 packages
|
2. Qt6 packages
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo pacman -S qt6-base qt6-connectivity qt6-multimedia-ffmpeg qt6-multimedia # Arch Linux / EndeavourOS
|
# For Arch Linux / EndeavourOS
|
||||||
|
sudo pacman -S qt6-base qt6-connectivity qt6-multimedia-ffmpeg qt6-multimedia
|
||||||
|
|
||||||
|
# For Debian
|
||||||
|
sudo apt-get install qt6-base-dev qt6-declarative-dev qt6-connectivity-dev qt6-multimedia-dev \
|
||||||
|
qml6-module-qtquick-controls qml6-module-qtqml-workerscript qml6-module-qtquick-templates \
|
||||||
|
qml6-module-qtquick-window qml6-module-qtquick-layouts
|
||||||
```
|
```
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|||||||
Reference in New Issue
Block a user