diff options
author | davilla <davilla@4pi.com> | 2011-06-19 13:19:37 -0400 |
---|---|---|
committer | davilla <davilla@4pi.com> | 2011-06-19 13:19:59 -0400 |
commit | 9f49fd3fd017396d6224730dca4ba48e7c159f1f (patch) | |
tree | b5b677bf0a45cc597191b1995cba17a7361508ef /README.osx | |
parent | 0688d7098350a6008f64ee2294d154b0bdc89dea (diff) |
[osx/ios] change build system to use tools/darwin depends
Diffstat (limited to 'README.osx')
-rw-r--r-- | README.osx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/README.osx b/README.osx index 62e2562454..b4f9990129 100644 --- a/README.osx +++ b/README.osx @@ -49,7 +49,10 @@ if you are running a previous Xcode 3.x version. Xcode 3.x only runs on 10.5. ----------------------------------------------------------------------------- $ cd $HOME/XBMC - $ make -C tools/osx/osx-depends + $ cd tools/darwin/depends + $ ./bootstrap + $ ./configure --with-darwin=osx + $ make ----------------------------------------------------------------------------- 4. How to compile @@ -58,7 +61,7 @@ Both Xcode and Terminal compilation require that build environment be setup first. This is a simple step and involves the following: $ cd $HOME/XBMC - $ make -C tools/osx/osx-depends/xbmc + $ make -C tools/darwin/depends/xbmc $ make clean $ make xcode_depends @@ -137,7 +140,7 @@ distribution. 1. build XBMC.app from XCode so that the application bundle is correctly updated. - 2. make -C tools/PackageMaker/ + 2. make -C tools/darwin/packaging/xbmc-osx 3. If completed successfully, a disk image named XBMC_for_Mac.dmg will be present in the users XBMC build directory: |