Updated Compiling on Ubuntu (markdown)

Jonas Kvinge 2022-07-02 21:19:05 +02:00
parent f14befa6a8
commit df8360c526
1 changed files with 1 additions and 22 deletions

@ -1,22 +1 @@
Dependencies:
Install required dependencies:
apt install -y git make cmake gcc g++ gettext \
libglib2.0-dev libdbus-1-dev \
libboost-dev libprotobuf-dev protobuf-compiler libsqlite3-dev libgnutls28-dev libasound2-dev libpulse-dev \
qt6-base-dev qt6-base-dev-tools qt6-tools-dev qt6-tools-dev-tools qt6-l10n-tools \
libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libgstreamer-plugins-good1.0-dev \
libchromaprint-dev libfftw3-dev libtag1-dev libcdio-dev libmtp-dev libgpod-dev
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_Ubuntu