All public logs

Jump to navigation Jump to search

Combined display of all available logs of Strawberry Music Player Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 00:16, 5 September 2023 Jonas talk contribs created page Build macOS (Created page with "Building on macOS == Install xcode tools == xcode-select --install == Checkout code == mkdir -p ~/build cd ~/build git clone https://github.com/strawberrymusicplayer/strawberry cd strawberry mkdir build cd build (If you already did `git clone`, do `git pull` to make sure you have the latest code). == Configure build == cmake --log-level="DEBUG" -S ../strawberry -B . -DCMAKE_BUILD_TYPE=Debug -DBUILD_WITH_QT6=ON -DUSE_BUNDLE=OFF -DC...")