Merge pull request #4735 from cg110/fix_web_server_mem_leak
[vuplus_xbmc] / tools / depends / README
1 Temporary readme:
2
3 Examples:
4
5 OSX:
6   x64:
7     ./configure --host=x86_64-apple-darwin # (defaults chosen)
8   x86:
9     ./configure --host=i386-apple-darwin
10
11 IOS:
12   ./configure --host=arm-apple-darwin # (defaults chosen)
13   ./configure --host=arm-apple-darwin --with-sdk=4.3 --prefix=home/foo/xbmc-deps
14
15 Android (the pathes are examples and have to match those of docs/READM.android):
16   arm:
17     ./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
18   x86:
19     ./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
20
21   
22
23 Linux:
24   ARM toolchain (codesourcery/lenaro/etc)
25     ./configure --with-toolchain=/opt/toolchains/my-example-toolchain/  --prefix=/opt/xbmc-deps --host=arm-linux-gnueabi
26   Native toolchain
27     ./configure --with-toolchain=/usr --prefix=/opt/xbmc-deps --host=x86_64-linux-gnu
28