Updated Compile and install on macOS (markdown)

Jonas Kvinge 2021-05-21 01:19:21 +02:00
parent 8acdbfdf33
commit 32633979b3
1 changed files with 1 additions and 6 deletions

@ -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