![]() 1. What you need
To write a program, one needs a text editor, and to translate this text representation of a program into actual ones and zeroes that the computer can run directly, we need a compiler. On the Mac, you usually use a program called Xcode, which is a text editor that integrates a compiler called "GCC". Xcode comes with every copy of Mac OS X as part of the Xcode Tools installer in the "Optional Installs" on one of the system discs. Simply double-click the installer and follow the instructions. Occasionally, Apple releases new versions of Xcode. To get these, go to Apple's Developer web site and sign up for a free Apple Developer Connection Online account. Once you log in using that account, you can find new versions of Xcode on your Downloads page. Once you have installed Xcode, you can find the Xcode application and a number of files and helper programs it relies on in the "Developer" folder at the top level of your hard disk. Xcode itself is in the "Applications" folder inside "Developer".
|
![]() 1. What you need | ||||
| Home | Admin | Edit Last Change: 2008-04-19 @960, © 2003-2008 by M. Uli Kusterer, all rights reserved. |