From 77a1cbe9c9a1d5e2db1ce8a9b79937541049b2a9 Mon Sep 17 00:00:00 2001 From: Andrew Breckenridge Date: Fri, 19 Jan 2018 10:31:06 -0800 Subject: [PATCH] [README] add build-android instructions --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3bfe397..c7639f7 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ libiconv-libicu-android ======================= +## Swift android instructions + +Follow the original instructions, but instead of step (3), run ./build-android.sh instead + + +## Original instructions + Port of libiconv and libicu to Android You will need NDK r15, curl, autoconf, automake, libtool, and git installed.