aboutsummaryrefslogtreecommitdiff
path: root/tools/depends
diff options
context:
space:
mode:
authorMemphiz <memphis@machzwo.de>2013-12-11 18:01:48 +0100
committerMemphiz <memphis@machzwo.de>2013-12-11 18:01:48 +0100
commit210cf9fc15f605a6787751aa3facd20f5d4f7c3a (patch)
tree3a9ca3c66ea89e3ea1283f7fb4bfbea0d0a25856 /tools/depends
parent108e917365899ddebce16e33f092d0b13a4bf65d (diff)
[droid] - updated the readmes - a spoon for some platform foreign developers
Diffstat (limited to 'tools/depends')
-rw-r--r--tools/depends/README10
1 files changed, 8 insertions, 2 deletions
diff --git a/tools/depends/README b/tools/depends/README
index fb44f8dffd..32d86bee37 100644
--- a/tools/depends/README
+++ b/tools/depends/README
@@ -12,11 +12,17 @@ IOS:
./configure --host=arm-apple-darwin # (defaults chosen)
./configure --host=arm-apple-darwin --with-sdk=4.3 --prefix=home/foo/xbmc-deps
-Android:
- ./configure --with-toolchain=/opt/toolchains/android-ndk-r7-crystax-5.beta3-toolchain-14 --prefix=/opt/xbmc-deps --host=arm-linux-androideabi --with-sdk-path=/opt/android-sdk --with-ndk=/opt/android-ndk-r7-crystax-5.beta3 --with-sdk=android-14 --with-tarballs=/tmp/xbmc-android
+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
+ 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
+
+
Linux:
ARM toolchain (codesourcery/lenaro/etc)
./configure --with-toolchain=/opt/toolchains/my-example-toolchain/ --prefix=/opt/xbmc-deps --host=arm-linux-gnueabi
Native toolchain
./configure --with-toolchain=/usr --prefix=/opt/xbmc-deps --host=x86_64-linux-gnu
+