From f31199863408758a1011a5cb1e3474df438ad340 Mon Sep 17 00:00:00 2001 From: Stephen Birarda Date: Tue, 17 Feb 2015 10:47:42 -0800 Subject: [PATCH] remove soxr from the android build dir --- BUILD_ANDROID.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/BUILD_ANDROID.md b/BUILD_ANDROID.md index 6ff3160775..9fe286744d 100644 --- a/BUILD_ANDROID.md +++ b/BUILD_ANDROID.md @@ -88,22 +88,6 @@ mkdir lib cp `find . -name "*.so"` lib/ ``` -####Soxr - -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. 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. It is a long command, make sure you copy the entire command (up to `-DBUILD_TESTS=0`). - -``` -cmake -DCMAKE_TOOLCHAIN_FILE=$FULL_PATH_TO_TOOLCHAIN -DCMAKE_INSTALL_PREFIX=. -DHAVE_WORDS_BIGENDIAN_EXITCODE=1 -DBUILD_TESTS=0 -make -make install -``` - -This will create the `lib` and `include` folders inside `ANDROID_LIB_DIR/soxr` that FindSoxr will look for. - ####Oculus Mobile SDK The Oculus Mobile SDK is optional, for Gear VR support. It is not required to compile gvr-interface.