diff --git a/README.md b/README.md index f9e473e..105d24f 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,29 @@ # Installing ``` -mkdir build -cd build +git clone https://github.com/Marzal/plasma-analyzer.git +cd plasma-analyzer +mkdir build && cd build cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release make sudo make install ``` + +## QT5 Compilation dependencies +### ArchLinux +``` +sudo pacman -S extra-cmake-modules +``` + +### Ubuntu +``` +sudo apt install libpulse-dev libfftw3-dev +``` + +### Fedora +``` +sudo dnf install pulseaudio-libs-devel fftw-devel qt5-devel qt5-qtdeclarative-devel plasma-framework-devel extra-cmake-modules +``` + +# KDE Store +https://store.kde.org/p/1953779