Compiling Zandronum on Mac: Difference between revisions
m
forgot to add the last part when running the app
(nitpicked words n stuff, hopefully helped more than harmed) |
m (forgot to add the last part when running the app) |
||
Line 141: | Line 141: | ||
Once you've done everything, compile. | Once you've done everything, compile. | ||
cd ~/zandronum_build/zandronum-stable/build/ && make -j(nproc) | cd ~/zandronum_build/zandronum-stable/build/ && make -j(nproc) | ||
Once the compile is finished. | |||
All is left to do is add the SDL2 framework into the Frameworks directory inside the app bundle on Right clicking and selecting Show package content. | |||
There you have it. just drag the bundle into the applications, and it should be good to go. |