Compile FreeBSD: 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.

26 November 2024

  • curprev 19:2519:25, 26 November 2024Jonas talk contribs 413 bytes +413 Created page with "Compiling on FreeBSD Install the required dependencies: sudo pkg install cmake git boost-libs libcdio libmtp libgpod Compile and install: git clone --recursive 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)."