From 3f4dbc6d4b28c99bcfb4760f73506a43d68e8fb9 Mon Sep 17 00:00:00 2001 From: Johannes Pohl Date: Sun, 5 Feb 2017 12:40:11 +0100 Subject: [PATCH] Update build.md --- doc/build.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/build.md b/doc/build.md index fc2b06e2..ff41d490 100644 --- a/doc/build.md +++ b/doc/build.md @@ -141,12 +141,12 @@ Cross compilation for Android is done with the [Android NDK](http://developer.an ###Android NDK setup http://developer.android.com/ndk/guides/standalone_toolchain.html - 1. Download NDK: `https://dl.google.com/android/repository/android-ndk-r13-linux-x86_64.zip` - 2. Extract to: `/SOME/LOCAL/PATH/android-ndk-r13` + 1. Download NDK: `https://dl.google.com/android/repository/android-ndk-r13b-linux-x86_64.zip` + 2. Extract to: `/SOME/LOCAL/PATH/android-ndk-r13b` 3. Setup toolchain somewhere in your home dir (``): ```` -$ cd /SOME/LOCAL/PATH/android-ndk-r13/build/tools +$ cd /SOME/LOCAL/PATH/android-ndk-r13b/build/tools $ ./make_standalone_toolchain.py --arch arm --api 14 --install-dir ```` @@ -162,7 +162,7 @@ Compile the Snapclient: $ cd /client $ ./build_android.sh -The binaries for `armeabi` and `armeabi-v7a` will be copied into the Android's assets directory (`/android/Snapcast/src/main/assets/bin/`) and will be part of the Snapcast App. +The binaries for `armeabi` and `armeabi-v7a` will be copied into the Android's assets directory (`/android/Snapcast/src/main/assets/bin/`) and so will bundled with the Snapcast App. ##OpenWrt (Cross compile)