Changes between Version 42 and Version 43 of InstallingMacPorts
- Timestamp:
- 10/31/09 22:46:40 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
InstallingMacPorts
v42 v43 101 101 = 4. Install MacPorts = 102 102 == 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]. 104 104 2. Run the binary installer. 105 105 3. Perform the default “easy” install. … … 109 109 110 110 == 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]. 112 112 2. Perform these commands in a terminal window. 113 113 {{{ 114 cd ~/MacPorts-1.8. 0/114 cd ~/MacPorts-1.8.1/ 115 115 ./configure --enable-readline 116 116 make … … 119 119 120 120 '''Note:''' 121 * To see why /usr/local is not a viable install location for MacPorts, see the [http://trac.mac osforge.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] 122 122 123 123 == Install MacPorts from source as an unprivileged (non-root) user == … … 126 126 127 127 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] 129 129 * Run the following 130 130 131 131 {{{ 132 tar -jxf MacPorts-1.8. 0.tar.bz2 && cd MacPorts-1.8.0132 tar -jxf MacPorts-1.8.1.tar.bz2 && cd MacPorts-1.8.1 133 133 }}} 134 134 * Then:

