Update INSTALL.md

This commit is contained in:
Igor Cota 2018-02-26 13:33:35 +01:00 committed by Christian Decker
parent 642cff84ea
commit 694fb41ef6

View File

@ -100,12 +100,12 @@ autogen automake 'python3.withPackages (p: [p.bitcoinlib])' \
valgrind asciidoc --run make
```
To Cross-compile for Android
To cross-compile for Android
--------------------
Make a standalone toolchain as per https://developer.android.com/ndk/guides/standalone_toolchain.html. For c-lightning you must target an API level of 24 or higher.
Depending on your toolchain location and target arch source env variables such as:
Depending on your toolchain location and target arch, source env variables such as:
```
export PATH=$PATH:/path/to/android/toolchain/bin