Difference between revisions of "Compiling using Xcode"
From OdaWiki
Line 1: | Line 1: | ||
− | [[Image:Xcode.jpg|none| | + | [[Image:Xcode.jpg|none||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. | 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. | ||
+ | |||
+ | You will need to make sure the following frameworks are installed: | ||
+ | |||
+ | <pre> | ||
+ | Cocoa.framework (comes with OSX) | ||
+ | Carbon.framework (comes with OSX) | ||
+ | SDL.framework | ||
+ | SDL_mixer.framework | ||
+ | </pre> |
Revision as of 18:27, 22 January 2007
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.
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