Compiling Zandronum on Mac: Difference between revisions

work done
(added more Mac stuff)
(work done)
Line 126: Line 126:


When you click Configure it will popup a window choose "Unix Makefile" (Its faster than using Xcode type) and click done </blockquote>It does show an error that means they couldn't find the rest. So you need to go through each dependence to find the directories and files Then hit Generate.
When you click Configure it will popup a window choose "Unix Makefile" (Its faster than using Xcode type) and click done </blockquote>It does show an error that means they couldn't find the rest. So you need to go through each dependence to find the directories and files Then hit Generate.
This is how it looks:
[[File:Mac OS compiling .png|border|frameless]]If you see only SDL_INCLUDE_DIR. Add entry and type in SDL_LIBRARY then browse for the Dylib.
Once you done everything, compile 
cd  ~/zandronum_build/zandronum-stable/build/ && make -j(nproc)