diff options
Diffstat (limited to 'README.osx')
-rw-r--r-- | README.osx | 19 |
1 files changed, 6 insertions, 13 deletions
diff --git a/README.osx b/README.osx index bfa16a5bfe..148b26718f 100644 --- a/README.osx +++ b/README.osx @@ -50,10 +50,10 @@ if you are running a previous Xcode 3.x version. Xcode 3.x only runs on 10.5. 3.1 Install MacPorts 1.7 ----------------------------------------------------------------------------- -These build instructions depend on MacPorts 1.7. If you have another version -of MacPorts installed, it's best to remove it and install the 1.7 version. -To remove a previous install of MacPorts, enter the following from a terminal -windows: +These build instructions depend on MacPorts 1.7.1 from xbmc-port-depends. +If you have another version of MacPorts installed, it's best to remove it and +install this 1.7.1 version. To remove a previous install of MacPorts, enter the +following from a terminal windows: $ sudo rm -rf \ /opt/local \ @@ -70,15 +70,8 @@ windows: Install MacPorts 1.7.1 (see http://code.google.com/p/xbmc-port-depends/). No NOT install the versions from http://www.macports.org, they were hopelessly broke -for XBMC usage when their devs released MacPorts 1.8. If you are going to run -under the same OSX version as you build under, just install the required port -packages without the extra flags. No modifications of MacPorts is required. -That means skip 1) and 2) below and don't add "+universal" or -"macosx_deployment_target=10.4" when installing the ports. - -If you want to build a cross-compiled version that can run under -10.5/10.4/AppleTV, then change MacPorts's behavior to always build universal -against 10.4sdk using the following instructions. +for XBMC usage when their devs released MacPorts 1.8. Change MacPorts's behavior +to always build universal against 10.4sdk using the following instructions. 1) $ sudo nano /opt/local/etc/macports/macports.conf |