diff options
author | Alwin Esch <alwin.esch@web.de> | 2020-02-16 17:06:09 +0100 |
---|---|---|
committer | Alwin Esch <alwin.esch@web.de> | 2020-02-17 23:06:06 +0100 |
commit | dd8d9ad3f5e7bb609752fb51c6f98f630c26b61a (patch) | |
tree | 73fcfb1d0ef419fead8aefeba641ee7c2534d9a6 | |
parent | 4678027b29f376b8ac001bf5cac36b5f702061b9 (diff) |
[docs] add note to README's that Android x86 and x86_64 not maintained
-rw-r--r-- | docs/README.Android.md | 2 | ||||
-rw-r--r-- | tools/depends/README.md | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/docs/README.Android.md b/docs/README.Android.md index 847db7ef28..5d918d6887 100644 --- a/docs/README.Android.md +++ b/docs/README.Android.md @@ -156,6 +156,8 @@ Or configure build for x86_64: ./configure --with-tarballs=$HOME/android-tools/xbmc-tarballs --host=x86_64-linux-android --with-sdk-path=$HOME/android-tools/android-sdk-linux --with-ndk-path=$HOME/android-tools/android-ndk-r20 --prefix=$HOME/android-tools/xbmc-depends ``` +> **Note:** Android x86 and x86_64 are not maintained and are not 100% sure that everything works correctly! + Build tools and dependencies: ``` make -j$(getconf _NPROCESSORS_ONLN) diff --git a/tools/depends/README.md b/tools/depends/README.md index 9aa9422171..ecc1633d50 100644 --- a/tools/depends/README.md +++ b/tools/depends/README.md @@ -47,6 +47,8 @@ Paths below are examples. If you want to build Kodi, follow our **[build guides] **x86_64** `./configure --with-tarballs=$HOME/android-tools/xbmc-tarballs --host=x86_64-linux-android --with-sdk-path=$HOME/android-tools/android-sdk-linux --with-ndk-path=$HOME/android-tools/android-ndk-r20 --prefix=$HOME/android-tools/xbmc-depends` +> **Note:** Android x86 and x86_64 are not maintained and are not 100% sure that everything works correctly! + ### Linux **ARM (codesourcery/lenaro/etc)** `./configure --with-toolchain=/opt/toolchains/my-example-toolchain/ --prefix=/opt/xbmc-deps --host=arm-linux-gnueabi` |