updated build.md

This commit is contained in:
badaix 2016-07-12 19:49:24 +02:00
parent 8457915187
commit 2bfe371eb1

View file

@ -115,11 +115,11 @@ $ ./make-standalone-toolchain.sh --arch=arm --platform=android-14 --install-dir=
````
###Build Snapclient
Edit the first lines in `<snapcast dir>/client/build_android.sh` and in `<snapcast dir>/externals/build_flac_android.sh` to let `NDK_DIR` point to your `<android-ndk dir>`
Edit the first lines in `<snapcast dir>/client/build_android.sh` and in `<snapcast dir>/externals/build_externals_android.sh` to let `NDK_DIR` point to your `<android-ndk dir>`
Cross compile and install FLAC (only needed once):
$ cd <snapcast dir>/externals
$ ./build_flac_android.sh
$ ./build_externals_android.sh
Compile the Snapclient: