From 32633979b3099fdbb94021a959b4e403ed1e3749 Mon Sep 17 00:00:00 2001 From: Jonas Kvinge Date: Fri, 21 May 2021 01:19:21 +0200 Subject: [PATCH] Updated Compile and install on macOS (markdown) --- Compile-and-install-on-macOS.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/Compile-and-install-on-macOS.md b/Compile-and-install-on-macOS.md index fe35793..7a4493d 100644 --- a/Compile-and-install-on-macOS.md +++ b/Compile-and-install-on-macOS.md @@ -11,11 +11,6 @@ Install all dependencies through brew: brew install gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav brew install libcdio libmtp create-dmg -Install sparkle: - - brew install --cask sparkle - sudo ln -s /usr/local/Caskroom/sparkle/$(ls /usr/local/Caskroom/sparkle | head -n1) /usr/local/opt/sparkle - Set environment variables (Intel x86_64): export Qt6_DIR=/usr/local/opt/qt6/lib/cmake @@ -38,7 +33,7 @@ Get code, compile and create DMG: cd strawberry mkdir build cd build - cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_WITH_QT6=ON -DUSE_BUNDLE=ON + cmake .. -DCMAKE_BUILD_TYPE=Release -DBUILD_WITH_QT6=ON -DUSE_BUNDLE=ON -DENABLE_SPARKLE=OFF make -j$(nproc) make install make dmg