From aa0a3372563fea3d36c812edcc561cea677f64f3 Mon Sep 17 00:00:00 2001 From: Harald Sitter Date: Sun, 11 Dec 2022 16:19:11 +0100 Subject: [PATCH] update readme with install instructions --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.md b/README.md index daba509..f9e473e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,13 @@ # Music Spectrum Analyzer for Plasma ![alt tag](https://github.com/apachelogger/plasma-analyzer/blob/master/data/preview.gif) + +# Installing + +``` +mkdir build +cd build +cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release +make +sudo make install +```