mirror of
https://github.com/aria2/aria2.git
synced 2025-04-04 04:57:38 +03:00
Add note for android NDK toolchain installation for x86_64 Linux host
This commit is contained in:
parent
15b19f7baf
commit
763ca925d7
1 changed files with 3 additions and 0 deletions
|
@ -316,6 +316,9 @@ environment variable which must fulfill the following conditions:
|
|||
|
||||
$NDK/build/tools/make-standalone-toolchain.sh --platform=android-9 --install-dir=$ANDROID_HOME/toolchain
|
||||
|
||||
You may need to add ``--system=linux-x86_64`` to the above
|
||||
command-line for x86_64 Linux host.
|
||||
|
||||
* The dependant libraries must be installed under
|
||||
``$ANDROID_HOME/usr/local``.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue