pacstall-programs
pacstall-programs copied to clipboard
PacReq: strawberry
Types
No response
URL
https://github.com/strawberrymusicplayer/strawberry
Building guide
git clone --recursive https://github.com/strawberrymusicplayer/strawberry
cd strawberry mkdir build cd build cmake .. -DBUILD_WITH_QT6=ON make -j $(nproc) sudo make install
Additional context
Strawberry is backwards compatible with Qt 5, to compile with Qt 5 use:
cmake .. -DBUILD_WITH_QT5=ON