Skip to content

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

The following is the manual part with needs to be automated

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)

Clone this wiki locally