New Ticket     Tickets     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Changes between Version 13 and Version 14 of InstallingMacPorts


Ignore:
Timestamp:
02/25/07 13:25:10 (6 years ago)
Author:
markd@…
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • InstallingMacPorts

    v13 v14  
    4242 * To understand why MacPorts libraries are often installed when Apple has provided one, see section "Why is MacPorts using its own libraries?" in the [wiki:FAQ]. 
    4343 * Changes to ~/.profile do not take effect on the current shell session — they take effect on new sessions so open a new shell session and type 'env' to see the path and variable changes. 
    44  * Other profile files may conflict with ~/.profile and should be removed, so remove any occurrances of these files: 
     44 * Other profile files may take precedence over ~/.profile.  If you are using one of the following profile files in your home directory, you will need to merge the contents of it into ~./profile, or vice versa because the shell will ignore one of them: 
    4545    * ''~/.bash_login'' 
    4646    * ''~/.bash_profile'' 
     
    9393}}} 
    9494= 4. Install MacPorts using a .dmg disk image = 
    95  1. Download the latest MacPorts (or DarwinPorts) .dmg disk image you find in the [http://svn.macosforge.org/repository/macports/downloads/ MacPorts download area]. 
     95 1. Download the latest MacPorts (or DarwinPorts) .dmg disk image, currently  [http://svn.macports.org/repository/macports/downloads/DarwinPorts-1.3.1/ 1.3.1]. 
    9696 2. Run the binary installer. 
    9797 3. Perform the default “easy” install. 
    9898 
    99 = 5. Run 'port selfupdate' to get the latest portfiles = 
     99= 5. Run 'port selfupdate' to update MacPorts to the latest available point release and download the latest portfiles = 
    100100 1. Open a terminal window. 
    101101 2. Execute the MacPorts {{{selfupdate}}} command.