pacstall-programs icon indicating copy to clipboard operation
pacstall-programs copied to clipboard

PacReq: strawberry

Open ProfP30 opened this issue 1 year ago • 0 comments

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

ProfP30 avatar Jan 24 '24 13:01 ProfP30