Changeset 81123
- Timestamp:
- 07/25/11 16:24:39 (4 years ago)
- File:
-
- 1 edited
-
trunk/doc-new/guide/xml/installing.xml (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/doc-new/guide/xml/installing.xml
r80900 r81123 8 8 step-by-step. Note that the sections about <link 9 9 linkend="installing.x11">installing X11</link> and <link 10 linkend="installing.xcode">installing Xcode Tools</link> are Mac OS X10 linkend="installing.xcode">installing Xcode</link> are Mac OS X 11 11 specific. If you wish to install MacPorts on another platform, first make 12 12 sure you have X11 and gcc installed, and then skip ahead to <link … … 90 90 91 91 <section id="installing.xcode"> 92 <title>Install Xcode Tools</title>93 94 <para>To install Xcode Toolsand the X11 SDK, follow the steps92 <title>Install Xcode</title> 93 94 <para>To install Xcode and the X11 SDK, follow the steps 95 95 below.</para> 96 96 97 97 <note> 98 98 <para>Always make sure to install the latest available version of Xcode 99 Tools for your Mac OS X release; using outdated versions of Xcode Tools100 may cause port install failures. Also note that Xcode Tools arenot99 for your Mac OS X release; using outdated versions of Xcode 100 may cause port install failures. Also note that Xcode is not 101 101 updated via Mac OS X's Software Update utility on OS versions prior 102 102 to 10.6.</para> … … 107 107 <para>Download the <ulink 108 108 url="http://developer.apple.com/technology/xcode.html">latest version 109 of Xcode Tools</ulink> if you have the currently shipping release of 110 Mac OS X. Note that on 10.6 there are two branches of Xcode which could be 109 of Xcode</ulink> if you have the currently shipping release of 110 Mac OS X.</para> 111 112 <para>If you are using Mac OS X 10.6, there are two branches of Xcode which could be 111 113 considered to be the latest, 3.2.x and 4.0.x. Xcode 4 costs money, but 112 114 Xcode 3 is still available free of charge. There are two options for … … 132 134 133 135 <para>If you have an earlier release of Mac OS X, you may download 134 the latest version of Xcode Tools136 the latest version of Xcode 135 137 <ulink 136 138 url="http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=20491">for OS X 10.5 (v3.1.4)</ulink> … … 141 143 142 144 <listitem> 143 <para>Run the Xcode Tools package installer.</para> 144 </listitem> 145 146 <listitem> 147 <para>Click the button <guibutton>Customize</guibutton>, expand the 148 Applications category and click the check box beside <guibutton>X11 149 SDK</guibutton> to add it to the default items.</para> 150 </listitem> 151 152 <listitem> 153 <para>Ensure that the option for command line development, which is 154 labeled <guibutton>Unix Development</guibutton> in the Xcode 3.x installer, 155 is checked.</para> 156 </listitem> 157 158 <listitem> 159 <para>Click <guibutton>Install</guibutton> to install Xcode Tools and 160 the X11 SDK. If you are using OS X 10.4 (Xcode v2.x), 161 use the <guibutton>Customize</guibutton> button before clicking 162 <guibutton>Install</guibutton> and select <guibutton>X11 163 SDK</guibutton>.</para> 145 <para>Run the Xcode package installer.</para> 146 </listitem> 147 148 <listitem> 149 <para>Ensure that those of the following options that are available in the 150 installer for your version of Xcode are selected: 151 <orderedlist> 152 <listitem> 153 <guibutton>UNIX Development</guibutton> 154 </listitem> 155 <listitem> 156 <guibutton>System Tools</guibutton> 157 </listitem> 158 <listitem> 159 <guibutton>X11 SDK</guibutton> 160 </listitem> 161 <listitem> 162 <guibutton>Command Line Support</guibutton> 163 </listitem> 164 </orderedlist> 165 </para> 166 </listitem> 167 168 <listitem> 169 <para>Click <guibutton>Install</guibutton> to install Xcode.</para> 164 170 </listitem> 165 171 </orderedlist>
Note: See TracChangeset
for help on using the changeset viewer.

