aboutsummaryrefslogtreecommitdiff
path: root/README.ios
diff options
context:
space:
mode:
authoramet <amet.nospam@gmail.com>2011-03-17 14:36:43 +0400
committeramet <amet.nospam@gmail.com>2011-03-17 14:36:43 +0400
commit42ad266f39e980014258d2369479a5ed55d1c534 (patch)
treef44b44a0d05b66843e32ed50160e905464c03516 /README.ios
parentc4b0dd4dc9eedfe56988200aa5726f53bc9d58a8 (diff)
[ios] update README.ios
Diffstat (limited to 'README.ios')
-rw-r--r--README.ios9
1 files changed, 6 insertions, 3 deletions
diff --git a/README.ios b/README.ios
index 5a12d8f385..287638cd7a 100644
--- a/README.ios
+++ b/README.ios
@@ -36,7 +36,7 @@ character itself should NOT be typed as part of the command.
-----------------------------------------------------------------------------
$ cd $HOME
- $ git clone git://github.com/xbmc/atv2
+ $ git clone git://github.com/xbmc/xbmc.git xbmc
-----------------------------------------------------------------------------
3.0 Install Xcode
@@ -48,10 +48,10 @@ The preferred version is Xcode 3.2.5 and iOS SDK 4.2.
-----------------------------------------------------------------------------
3.1 Install Cross libs and runtime environment
-----------------------------------------------------------------------------
+
+ $ cd $HOME/XBMC
$ sudo mkdir -p /usr/local/bin; sudo cp tools/osx/ios-depends/gas-preprocessor/gas-preprocessor.pl /usr/local/bin/
$ make -C tools/osx/ios-depends
- $ make -C tools/osx/ios-depends/xbmc
- $ make xcode_depends
-----------------------------------------------------------------------------
4. How to compile
@@ -60,6 +60,9 @@ Both Xcode and Terminal compilation require that build environment be setup
from the step 3.1.
$ cd $HOME/XBMC
+ $ make -C tools/osx/ios-depends/xbmc
+ $ make clean
+ $ make xcode_depends
-----------------------------------------------------------------------------
4.1 Using Xcode