Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions linux/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ A native Linux application to control your AirPods, with support for:
- Battery monitoring
- Auto play/pause on ear detection
- Hearing Aid features
- Supports adjusting hearing aid- amplification, balance, tone, ambient noise reduction, own voice amplification, and conversation boost
- Supports setting the values for left and right hearing aids (this is not a hearing test! you need to have an audiogram to set the values)
- Supports adjusting hearing aid- amplification, balance, tone, ambient noise reduction, own voice amplification, and conversation boost
- Supports setting the values for left and right hearing aids (this is not a hearing test! you need to have an audiogram to set the values)
- Seamless handoff between Android and Linux

## Prerequisites
Expand All @@ -25,12 +25,13 @@ A native Linux application to control your AirPods, with support for:
# 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
qml6-module-qtquick-window qml6-module-qtquick-layouts qt6-tools-dev

# For Fedora
sudo dnf install qt6-qtbase-devel qt6-qtconnectivity-devel \
qt6-qtmultimedia-devel qt6-qtdeclarative-devel
```

3. OpenSSL development headers

```bash
Expand All @@ -43,6 +44,7 @@ A native Linux application to control your AirPods, with support for:
# For Fedora
sudo dnf install openssl-devel
```

4. Libpulse development headers

```bash
Expand All @@ -55,6 +57,7 @@ A native Linux application to control your AirPods, with support for:
# For Fedora
sudo dnf install pulseaudio-libs-devel
```

5. Cmake

```bash
Expand Down