From adafb65b26e0f61155e6c82f9b70292679a15f8f Mon Sep 17 00:00:00 2001 From: David Marzal <2069735+Marzal@users.noreply.github.com> Date: Tue, 13 Dec 2022 18:10:43 +0100 Subject: [PATCH] Add more info to readme Dependencies on Arch from own experience and for Ubunty as the instructions in the KDE Store, which is also added for reference in the README Thanks for the plasmoid! PD: It also works in pipeware with pulse "emulation" --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index f9e473e..7a2ca46 100644 --- a/README.md +++ b/README.md @@ -11,3 +11,17 @@ cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release make sudo make install ``` + +## Compilation dependencies +### ArchLinux +``` +sudo pacman -S extra-cmake-modules +``` + +### Ubuntu +``` +sudo apt install libpulse-dev libfftw3-dev +``` + +# KDE Store +https://store.kde.org/p/1953779