BuildingOnMac.wiki
changeset 108 c2f5407f8c19
parent 104 6ce496fecb0c
child 109 a9367714eb49
--- a/BuildingOnMac.wiki	Tue May 17 14:10:13 2011 +0000
+++ b/BuildingOnMac.wiki	Sat May 28 22:00:52 2011 +0000
@@ -22,7 +22,9 @@
 
 Since there is no framework distribution for ogg vorbis libraries, we will need to compile our own. Extract the sources and open the relative .xcodeproj file.
 
-It is likely that you will need to adjust some parameters, such as the Base SDK you have installed and for which architecture (ppc, i386, x86_64) you want to build. After that build as usual and copy the generated framework to the usual `/Library/Frameworks/` directory.
+It is likely that you will need to adjust some parameters, such as the Base SDK you have installed and for which architecture (ppc, i386, x86_64) you want to build. Go into "Project"->"Edit Project Settings", under "Build" set Architectures to Standard and Base SDK to 10.5 (otherwise newer).
+
+After that build as usual and copy the generated framework to the usual `/Library/Frameworks/` directory.
 
 === (Optional) Server ===