diff options
author | davilla <davilla@svn> | 2009-11-21 21:15:47 +0000 |
---|---|---|
committer | davilla <davilla@svn> | 2009-11-21 21:15:47 +0000 |
commit | 6f73960b066ff79156d12ed740679e1de67765b2 (patch) | |
tree | 20d95d4caa56cea26d878f57d0d485b21beb4a1c /README.osx | |
parent | 58787044152bc7bbd696db0f7a36ac6ae2ab6874 (diff) |
[osx] must build universal against 10.4uSDK
git-svn-id: https://xbmc.svn.sourceforge.net/svnroot/xbmc/trunk@24848 568bbfeb-2a22-0410-94d2-cc84cf5bfa90
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 |