2016-08-06, 17:04
I cloned the player using Git Shell for Windows
But I have problems with building dependencies
How to use this in Git Shell?
![Full sized picture Image](https://s5.postimg.org/92s7iixcn/Screenshot_1.jpg)
https://github.com/xbmc/xbmc/blob/master...ME.android
Code:
git clone git://github.com/xbmc/xbmc.git kodi-android
cd kodi-android
But I have problems with building dependencies
Quote:cd $HOME/kodi-android/tools/depends
$ ./bootstrap
$ ./configure --help
// Run configure with the correct settings for you local configuration.
// See tools/depends/README for examples.
How to use this in Git Shell?
Code:
./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-17 --prefix=/opt/xbmc-depends
![Full sized picture Image](https://s5.postimg.org/92s7iixcn/Screenshot_1.jpg)
https://github.com/xbmc/xbmc/blob/master...ME.android