New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changeset 81123


Ignore:
Timestamp:
07/25/11 16:24:39 (4 years ago)
Author:
jmr@…
Message:

guide: update xcode info

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/doc-new/guide/xml/installing.xml

    r80900 r81123  
    88  step-by-step. Note that the sections about <link 
    99  linkend="installing.x11">installing X11</link> and <link 
    10   linkend="installing.xcode">installing Xcode Tools</link> are Mac OS X 
     10  linkend="installing.xcode">installing Xcode</link> are Mac OS X 
    1111  specific. If you wish to install MacPorts on another platform, first make 
    1212  sure you have X11 and gcc installed, and then skip ahead to <link 
     
    9090 
    9191  <section id="installing.xcode"> 
    92     <title>Install Xcode Tools</title> 
    93  
    94     <para>To install Xcode Tools and the X11 SDK, follow the steps 
     92    <title>Install Xcode</title> 
     93 
     94    <para>To install Xcode and the X11 SDK, follow the steps 
    9595    below.</para> 
    9696 
    9797    <note> 
    9898      <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 Tools 
    100       may cause port install failures. Also note that Xcode Tools are not 
     99      for your Mac OS X release; using outdated versions of Xcode 
     100      may cause port install failures. Also note that Xcode is not 
    101101      updated via Mac OS X's Software Update utility on OS versions prior 
    102102      to 10.6.</para> 
     
    107107        <para>Download the <ulink 
    108108        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 
    111113        considered to be the latest, 3.2.x and 4.0.x. Xcode 4 costs money, but 
    112114        Xcode 3 is still available free of charge. There are two options for 
     
    132134 
    133135        <para>If you have an earlier release of Mac OS X, you may download 
    134         the latest version of Xcode Tools 
     136        the latest version of Xcode 
    135137        <ulink 
    136138        url="http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=20491">for OS X 10.5 (v3.1.4)</ulink> 
     
    141143 
    142144      <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> 
    164170      </listitem> 
    165171    </orderedlist> 
Note: See TracChangeset for help on using the changeset viewer.