New pages

Jump to navigation Jump to search
New pages
Hide registered users | Hide bots | Show redirects
  • 00:16, 5 September 2023Build macOS (hist | edit) ‎[2,575 bytes]Jonas (talk | contribs) (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...")