# HG changeset patch # User henrik.rostedt@gmail.com # Date 1306620052 0 # Node ID c2f5407f8c1981914f482b3a8b5a0d38b4826269 # Parent 523c7ad720cee5be0ef2eb554c3145cfaf3eb933 Edited wiki page BuildingOnMac through web user interface. diff -r 523c7ad720ce -r c2f5407f8c19 BuildingOnMac.wiki --- 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 ===