10 Compile and install on linux
Jonas Kvinge edited this page 2023-10-28 00:56:33 +02:00
git clone --recursive https://github.com/strawberrymusicplayer/strawberry
mkdir build
cd build
cmake ../strawberry
make -j$(nproc)
sudo make install

(If you already did git clone, do git pull to make sure you have the latest code).