Updated Compile and install on macOS using macports (markdown)

Jonas Kvinge 2022-02-06 03:23:28 +01:00
parent c5b213e036
commit d4caa58051
1 changed files with 1 additions and 2 deletions

@ -46,8 +46,7 @@ Compile and create DMG:
cmake .. -DCMAKE_BUILD_TYPE=Debug -DCMAKE_PREFIX_PATH=/opt/local/lib/cmake -DBUILD_WITH_QT6=ON -DUSE_BUNDLE=ON
make -j$(nproc)
make install
cp 3rdparty/macdeployqt/macdeployqt strawberry.app/Contents/MacOS/
cp -r /opt/local/libexec/qt6/lib/QtCore.framework ./strawberry.app/Contents/Frameworks/
otool -L "@rpath/QtCore.framework/Versions/A/QtCore" "/opt/local/libexec/qt6/lib/QtCore.Framework/Versions/A/QtCore" 3rdparty/macdeployqt/macdeployqt
make dmg
Install: