New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changes between Version 42 and Version 43 of InstallingMacPorts


Ignore:
Timestamp:
10/31/09 22:46:40 (4 years ago)
Author:
jmr@…
Comment:

update base version and links

Legend:

Unmodified
Added
Removed
Modified
  • InstallingMacPorts

    v42 v43  
    101101= 4. Install MacPorts = 
    102102== Install MacPorts using the binary installer (to /opt/local/ only) == 
    103  1. Download the latest MacPorts .dmg disk image, currently [http://svn.macports.org/repository/macports/downloads/MacPorts-1.7.1/ version 1.7.1]. 
     103 1. Download the latest MacPorts .dmg disk image, currently [http://www.macports.org/install.php version 1.8.1]. 
    104104 2. Run the binary installer. 
    105105 3. Perform the default “easy” install. 
     
    109109 
    110110== Install MacPorts from source (to any path except /usr/local/) == 
    111  1. Download and unzip the latest MacPorts tarball from the [http://svn.macports.org/repository/macports/downloads/ MacPorts download area]. 
     111 1. Download and unzip the latest MacPorts tarball from the [http://www.macports.org/install.php MacPorts download area]. 
    112112 2. Perform these commands in a terminal window. 
    113113{{{ 
    114 cd ~/MacPorts-1.8.0/ 
     114cd ~/MacPorts-1.8.1/ 
    115115./configure --enable-readline 
    116116make 
     
    119119 
    120120'''Note:''' 
    121  * To see why /usr/local is not a viable install location for MacPorts, see the [http://trac.macosforge.org/projects/macports/wiki/FAQ MacPorts FAQ] 
     121 * To see why /usr/local is not a viable install location for MacPorts, see the [http://trac.macports.org/wiki/FAQ MacPorts FAQ] 
    122122 
    123123== Install MacPorts from source as an unprivileged (non-root) user == 
     
    126126 
    127127 
    128   * Download the source as bzip2 tarball from [http://svn.macports.org/repository/macports/downloads/ MacPorts download area] 
     128  * Download the source as bzip2 tarball from [http://www.macports.org/install.php MacPorts download area] 
    129129  * Run the following 
    130130  
    131131{{{ 
    132   tar -jxf MacPorts-1.8.0.tar.bz2 && cd MacPorts-1.8.0 
     132  tar -jxf MacPorts-1.8.1.tar.bz2 && cd MacPorts-1.8.1 
    133133}}} 
    134134  * Then: