diff options
author | Memphiz <memphis@machzwo.de> | 2015-01-23 00:39:20 +0100 |
---|---|---|
committer | Memphiz <memphis@machzwo.de> | 2015-01-27 12:54:06 +0100 |
commit | 865ad518fb12d2b8045a7b94b9fe64eca8d4bcd0 (patch) | |
tree | cb3e27be3220ab226de01afc43caed0c7944fa60 /tools | |
parent | 8c866eaed49a02fad7f6f4584eb5a02db365563e (diff) |
[docs] - clarify android readme a bit and added extra bits for building on osx
Diffstat (limited to 'tools')
-rw-r--r-- | tools/depends/README | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/depends/README b/tools/depends/README index 33e5672dc4..50d32679ec 100644 --- a/tools/depends/README +++ b/tools/depends/README @@ -14,9 +14,9 @@ IOS: Android (the pathes are examples and have to match those of docs/READM.android): arm: - ./configure --with-tarballs=/opt/xbmc-tarballs --host=arm-linux-androideabi --with-sdk-path=/opt/android-sdk-linux --with-ndk=/opt/android-ndk-r9 --with-toolchain=/opt/arm-linux-androideabi-4.8-vanilla/android-14 --prefix=/opt/xbmc-depends + ./configure --with-tarballs=/opt/xbmc-tarballs --host=arm-linux-androideabi --with-sdk-path=/opt/android-sdk-linux --with-ndk=/opt/android-ndk-r10d --with-toolchain=/opt/arm-linux-androideabi-4.8-vanilla/android-14 --prefix=/opt/xbmc-depends x86: - ./configure --with-tarballs=/opt/xbmc-tarballs --host=i686-linux-android --with-sdk-path=/opt/android-sdk-linux --with-ndk=/opt/android-ndk-r9 --with-toolchain=/opt/x86-linux-4.8-vanilla/android-14 --prefix=/opt/xbmc-depends + ./configure --with-tarballs=/opt/xbmc-tarballs --host=i686-linux-android --with-sdk-path=/opt/android-sdk-linux --with-ndk=/opt/android-ndk-r10d --with-toolchain=/opt/x86-linux-4.8-vanilla/android-14 --prefix=/opt/xbmc-depends |