Updated Compile and install on macOS using macports (markdown)

Jonas Kvinge 2021-07-18 14:24:16 +02:00
parent 91fa676fe9
commit a1e51fdf75
1 changed files with 6 additions and 3 deletions

@ -31,7 +31,7 @@ Set environment variables:
export GST_PLUGIN_SCANNER=/opt/local/libexec/gstreamer-1.0/gst-plugin-scanner
export GST_PLUGIN_PATH=/opt/local/lib/gstreamer-1.0
Get code, compile and create DMG:
Get code and prepare build:
mkdir -p ~/build
cd ~/build
@ -39,13 +39,16 @@ Get code, compile and create DMG:
cd strawberry
mkdir build
cd build
(If you already did `git clone`, do `git pull` to make sure you have the latest code).
Compile and create DMG:
cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PREFIX_PATH=/opt/local/lib/cmake -DBUILD_WITH_QT5=ON -DUSE_BUNDLE=ON -DENABLE_SPARKLE=OFF
make -j$(nproc)
make install
make dmg
(If you already did `git clone`, do `git pull` to make sure you have the latest code).
Install:
To install, either open the DMG, drag Strawberry over to Applications, or manually copy the strawberry.app folder over to /Applications/