Difference between revisions of "Compiling using Xcode"

From OdaWiki
m (Minor formatting)
m (More minor formatting)
Line 1: Line 1:
 +
== Opening the project ==
 +
 
[[Image:Xcode.jpg|thumb||Screenshot of the odamex Xcode project]]
 
[[Image:Xcode.jpg|thumb||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:
  
  
  
  
== Opening the 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:
 
  
 
<pre>
 
<pre>

Revision as of 18:42, 24 January 2007

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