Changes between Version 68 and Version 69 of Migration
- Timestamp:
- Oct 17, 2014, 5:50:52 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Migration
v68 v69 12 12 You will find the Xcode installer on the Mac OS X installation DVD or on the Apple Developer web site. 13 13 14 ==== OS X 10.7 Lion andOS X 10.8 Mountain Lion ====14 ==== OS X 10.7 Lion & OS X 10.8 Mountain Lion ==== 15 15 16 16 Xcode is available for free on the Mac App Store (after install you also need to install "Command Line Tools": XCode->Preferences->Downloads; if upgrading from previous version of Xcode you may also need to do `sudo xcode-select -switch /Applications/Xcode.app`, [http://stackoverflow.com/questions/9849034/how-to-run-install-xcodebuild see this SO article]). 17 17 18 ==== OS X 10.9 Mavericks ====18 ==== OS X 10.9 Mavericks & OS X 10.10 Yosemite ==== 19 19 20 20 For minimum support of MacPorts, you need the Command Line Tools, which can be installed using `xcode-select --install`. If you are installing MacPorts from source, you will also want to run `sudo xcodebuild -license`. Note that some ports will require a full Xcode installation, which is available for free on the Mac App Store.