From 694fb41ef639d16c1cdf99facb09bca43fd8cb10 Mon Sep 17 00:00:00 2001 From: Igor Cota Date: Mon, 26 Feb 2018 13:33:35 +0100 Subject: [PATCH] Update INSTALL.md --- doc/INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/INSTALL.md b/doc/INSTALL.md index f674b4e6b..e4c5c8b4c 100644 --- a/doc/INSTALL.md +++ b/doc/INSTALL.md @@ -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