mirror of
https://github.com/strawberrymusicplayer/strawberry
synced 2024-12-27 16:54:19 +01:00
Update README
This commit is contained in:
parent
c1eb20a20b
commit
0d94f2d376
@ -2,7 +2,7 @@
|
||||
[![Donate](https://img.shields.io/badge/Donate-PayPal-green.svg)](https://paypal.me/jonaskvinge)
|
||||
=======================
|
||||
|
||||
Strawberry is a music player and music collection organizer. It is a fork of Clementine released in 2018 aimed at music collectors and audiophiles. It's written in C++ using the Qt 5 or 6 toolkit.
|
||||
Strawberry is a music player and music collection organizer. It is a fork of Clementine released in 2018 aimed at music collectors and audiophiles. It's written in C++ using the Qt toolkit.
|
||||
|
||||
![Browse](https://www.strawberrymusicplayer.org/pictures/screenshot-002-large.png)
|
||||
|
||||
@ -97,10 +97,12 @@ With Qt 6 we also depend on the Core5Compat module for QTextCodec.
|
||||
cd strawberry
|
||||
mkdir build && cd build
|
||||
cmake ..
|
||||
make -j4
|
||||
make -j$(nproc)
|
||||
sudo make install
|
||||
|
||||
To compile with Qt 6 use: cmake .. -DWITH_QT6=ON
|
||||
To compile with Qt 6 use:
|
||||
|
||||
cmake .. -DBUILD_WITH_QT6=ON
|
||||
|
||||
### :penguin: Packaging status
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user