Skip to content

Compile and install on linux

Jonas Kvinge edited this page Oct 27, 2023 · 10 revisions
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).