Updated Compiling on Fedora (markdown)

Jonas Kvinge 2022-07-02 21:15:58 +02:00
parent fe9bf0c159
commit 5773187e7f
1 changed files with 1 additions and 23 deletions

@ -1,23 +1 @@
Dependencies:
Install required dependencies:
dnf install \
glibc gcc-c++ git tar rpmdevtools make cmake glib man gettext \
boost-devel dbus-devel protobuf-devel protobuf-compiler sqlite-devel alsa-lib-devel pulseaudio-libs-devel libnotify-devel gnutls-devel \
qt6-qtbase-devel qt6-qtbase-private-devel qt6-qttools-devel \
gstreamer1-devel gstreamer1-plugins-base-devel \
libcdio-devel libgpod-devel libplist-devel libusbmuxd-devel libmtp-devel \
taglib-devel libchromaprint-devel fftw-devel
Compile:
git clone https://github.com/strawberrymusicplayer/strawberry
cd strawberry
mkdir build
cd build
cmake ..
make -j$(nproc)
sudo make install
(If you already did `git clone`, do `git pull` to make sure you have the latest code).
This page has moved to https://wiki.strawberrymusicplayer.org/wiki/Compile_Fedora