kondrak / vkQuake2

id Software's Quake 2 v3.21 with mission packs and Vulkan support (Windows, Linux, macOS, FreeBSD, Raspberry Pi 4)
GNU General Public License v2.0
896 stars 91 forks source link

Add makefile and instructions to just Command Line Tools. #79

Closed tomgreen66 closed 4 years ago

tomgreen66 commented 4 years ago

As discussed in #78, created Makefile to just use the Command Line Tools in MacOS rather than a full XCode install. Makefile based from Linux version but removed all Linux specific information to focus on just the MacOS dependencies as much as possible. Seems to work (played a couple of levels, maybe requires a careful check). Happy for suggestions or improvements.

kondrak commented 4 years ago

Thanks!