Friday, April 29, 2011

Mac Developer Centor

Apple Mac Dev Center

Download GCC Compiler Xcode 3.2.6 and iOS SDK 4.3


Install GIT
http://code.google.com/p/git-osx-installer/

Or using macports
$ sudo port selfupdate
$ sudo port install git-core +svn

For cross-compiler, the "--build" and "--host" are change to x86_64-apple-darwin10.0
sh-3.2# echo $MACHTYPE
x86_64-apple-darwin10.0

No comments: