Changes between Version 10 and Version 11 of InstallationGuidelines/Mac/Developer/Manual


Ignore:
Timestamp:
03/21/12 07:44:10 (13 years ago)
Author:
Gavin Treadgold
Comment:

added MacPorts info

Legend:

Unmodified
Added
Removed
Modified
  • InstallationGuidelines/Mac/Developer/Manual

    v10 v11  
    11= Installation Guidelines: Mac - Developer (Manual) =
    22
    3 == Install Apple developer tools ==
    4 You will need [http://developer.apple.com/technologies/tools/ Apple's Xcode Developer Tools] (version 4.1 or later for Lion, 3.2 or later for Snow Leopard, or 3.1 or later for Leopard), found at the Apple Developer Connection site, on your Mac OS X installation CDs/DVD, or in the Mac App Store. Using the latest available version that will run on your OS is highly recommended. Ensure that the optional components for command line development are installed ("UNIX Development", plus "System Tools" in newer versions, or "Command Line Support" in older ones).
     3== Install Apple Xcode Developer Tools ==
     4You will need [http://developer.apple.com/technologies/tools/ Apple's Xcode Developer Tools] (version 4.1 or later for Lion, 3.2 or later for Snow Leopard, or 3.1 or later for Leopard), found at the Apple Developer Connection site, on your Mac OS X installation CDs/DVD, or in the [http://itunes.apple.com/us/app/xcode/id497799835 Mac App Store]. Using the latest available version that will run on your OS is highly recommended. Ensure that the optional components for command line development are installed ("Command Line Tools" in the newest, "UNIX Development", plus "System Tools" in less-new versions, or "Command Line Support" in older ones).
    55=== Install Command Line Tools ===
    66The Xcode Command Line Tools need to be installed after Xcode has been installed. To install the Command Line Tools:
     
    1010
    1111// Caution: The Xcode download is over 3GB. //
     12
     13== Install !MacPorts ==
     14The !MacPorts Project is an open-source community initiative to design an easy-to-use system for compiling, installing, and upgrading either command-line, X11 or Aqua based open-source software on the Mac OS X operating system. Installing !MacPorts will make installing some of the dependencies easier.
     15* [http://www.macports.org/install.php Download and Install] !MacPorts
     16Before installing any new software with !MacPorts, make sure to run the following command to ensure that the Portfiles are up to date.
     17{{{
     18sudo port -v selfupdate
     19}}}
    1220
    1321== Install GIS tools ==