mirror of
https://github.com/lubosz/overte.git
synced 2025-04-07 22:42:05 +02:00
clarify that ANDROID_NDK must be set for soxr
This commit is contained in:
parent
6ba7bd817c
commit
418551ddc5
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue