This article or reference is a stub. You can help OdaWiki by expanding it.
Opening the project
Screenshot of the odamex Xcode project
You can open "odamex.xcodeproj" with Xcode (development environment distributed with Apple's OSX). Right click on one of the targets to build/run it.
Required frameworks
You will need to make sure the following frameworks are installed:
Cocoa.framework (comes with OSX)
Carbon.framework (comes with OSX)
SDL.framework
SDL_mixer.framework
Links to the SDL & SDL_mixer frameworks can be found on the Required Libraries page. You will want to grab the binary installation packages. The framework directories found in both disk images should be copied either to /Library/Frameworks or to USER/Library/Frameworks, where USER is your username on your machine. The second location is for users who want the frameworks to only be available locally or do not have access to install frameworks globally.