PulseAudioQt Installation Instructions
Download
git clone https://github.com/KDE/pulseaudio-qt.git
Dependencies
- ECM 5.44.0 or later
- Qt5Gui
- Qt5DBus
- Qt5Test
- Qt5Qml
- Qt5Quick
- PulseAudio 5.0.0
- GLIB2
Usage
This is a cmake project, so you should be able to simply run cmake
(with the proper command-line flags for your system setup), then make
, then make install
if desired.
Browse Source
PulseAudioQt on GitHub