pacstall / pacstall/pacstall-programs
PacReq: strawberry
Nobody has claimed this yet.
- Dominant language
- Shell
- Stars
- 216
- Forks
- 187
- Avg merge
- 1d 8h
- Merged PRs (30d)
- 117
Description
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
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start with the linked Strawberry repository and its CMake build commands, including the Qt 6 and Qt 5 options. The payload names no target file or test; done means adding Strawberry to pacstall-programs in a form that builds and installs successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, git
- Domain
- build-system, tooling
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100