Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 258 Bytes

README.md

File metadata and controls

13 lines (10 loc) · 258 Bytes

Music Spectrum Analyzer for Plasma

alt tag

Installing

mkdir build
cd build
cmake .. -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release
make
sudo make install