Difference between revisions of "Compiling using Xcode"

From OdaWiki
(Stubbified)
m (Required frameworks)
Line 10: Line 10:
 
== Required frameworks ==
 
== Required frameworks ==
 
You will need to make sure the following frameworks are installed:
 
You will need to make sure the following frameworks are installed:
 
 
 
 
 
 
  
 
<pre>
 
<pre>
Line 23: Line 17:
 
SDL_mixer.framework
 
SDL_mixer.framework
 
</pre>
 
</pre>
 +
 +
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.

Revision as of 17:09, 24 February 2007