-
Notifications
You must be signed in to change notification settings - Fork 58
Build Instructions Mac
Matthew Bucci edited this page Oct 19, 2018
·
6 revisions
mkdir build-relwithdebinfo
cd build-relwithdebinfo
cmake -GNinja -DCMAKE_BUILD_TYPE=RelWithDebInfo /path/to/squally
ninja
cd bin/Squally.app/Contents/MacOS
dsymutil Launcher
dsymutil Squally
mv Launcher.dSYM ~/Desktop
mv Squally.dSYM ~/Desktop
strip Launcher
strip Squally
compress bin/Squally.app (recommend using lzma, it's half the size of zip)
compress symbols (recommend using lzma, it's a quarter the size of zip)