From 418551ddc5dd32ef4bcc80ee82741aaf3d4f694e Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Wed, 28 Jan 2015 13:31:39 -0800 Subject: [PATCH] clarify that ANDROID_NDK must be set for soxr --- BUILD_ANDROID.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILD_ANDROID.md b/BUILD_ANDROID.md index 64f093e772..767d3d6d03 100644 --- a/BUILD_ANDROID.md +++ b/BUILD_ANDROID.md @@ -87,7 +87,7 @@ cp `find . -name "*.so"` lib/ Download the [Soxr source](http://sourceforge.net/projects/soxr/) and extract the tarball inside your `ANDROID_LIB_DIR`. Rename the extracted folder to `soxr`. -From the soxr directory, use cmake, along with the `android.toolchain.cmake` file (included in this repository under cmake/android) to cross-compile soxr for Android. +From the soxr directory, use cmake, along with the `android.toolchain.cmake` file (included in this repository under cmake/android) to cross-compile soxr for Android. Note that you will need ANDROID_NDK set in your environment before using the toolchain file. The full set of commands to build soxr for Android is shown below