XCode (set of tools and SDKs for developing on Mac): http://developer.apple.com/tools/download/
Packages that may be needed to compile ZDoom: http://rapidshare.com/files/63056060/forzdoom.7z
As there was no /usr/include/malloc.h we had to use stdlib.h instead:
Code: Select all
ln -s /usr/include/stdlib.h /usr/include/malloc.hTo apply the patch use (from zdoom source dir):
Code: Select all
patch -p5 < zdoomacpatchCode: Select all
make NOASM=1 DEBUG=1Code: Select all
make NOASM=1It lacks sound too. Probably removing -Izlib -IFLAC from the makefile.linux and fixing code which uses FLAC can help.