Compile Arch: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 October 2023

16 August 2022

  • curprev 16:5116:51, 16 August 2022Jonas talk contribs 570 bytes +570 Created page with "Compiling on Arch. Install the required dependencies: pacman -S --noconfirm git make cmake gcc pkgconf gettext udisks2 dbus sqlite3 alsa-lib pulseaudio boost protobuf gnutls fftw \ qt6-base qt6-tools gst-plugins-base gst-plugins-good taglib chromaprint \ libcdio libmtp libgpod Compile and install: git clone https://github.com/strawberrymusicplayer/strawberry cd strawberry mkdir build cd build cmake .. make -j$(nproc) sudo make..."