Changes between Version 48 and Version 49 of Migration


Ignore:
Timestamp:
Feb 17, 2012, 2:47:10 PM (12 years ago)
Author:
nerdling (Jeremy Lavergne)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Migration

    v48 v49  
    55=== Upgrading to Xcode 4.3 ===
    66
    7 If you are upgrading to Xcode 4.3, you also need [[BR]]
    8 1. to run `sudo xcode-select -switch /Applications/Xcode.app`[[BR]]
    9 2. launch Xcode once to accept its license,[[BR]]
    10 3. In Xcode, go to "Xcode > Preferences > Downloads > Components > Command Line Tools" and install it,[[BR]]
    11 4. edit macports.conf with `sudo nano /opt/local/etc/macports/macports.conf` and from
     7If you are upgrading to Xcode 4.3, you must [[BR]]
     8 1. select the new Xcode
     9{{{
     10`sudo xcode-select -switch /Applications/Xcode.app`
     11}}}
     12 1. launch Xcode once to accept its license,
     13{{{
     14`open /Applications/Xcode.app`
     15}}}
     16 1. In Xcode, go to "Xcode > Preferences > Downloads > Components > Command Line Tools" and install it, or [http://connect.apple.com/cgi-bin/WebObjects/MemberSite.woa/wa/getSoftware?bundleID=21047 download it separately].
     17 1. Edit macports.conf
     18{{{
     19`sudo nano ${prefix}/etc/macports/macports.conf`
     20}}}
     21    and change
    1222{{{
    1323developer_dir       /Developer
    1424}}}
    15 to
     25    to
    1626{{{
    1727developer_dir