mirror of
https://github.com/badaix/snapcast.git
synced 2025-08-06 10:09:33 +02:00
updated build.md
This commit is contained in:
parent
8457915187
commit
2bfe371eb1
1 changed files with 2 additions and 2 deletions
|
@ -115,11 +115,11 @@ $ ./make-standalone-toolchain.sh --arch=arm --platform=android-14 --install-dir=
|
||||||
````
|
````
|
||||||
|
|
||||||
###Build Snapclient
|
###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):
|
Cross compile and install FLAC (only needed once):
|
||||||
|
|
||||||
$ cd <snapcast dir>/externals
|
$ cd <snapcast dir>/externals
|
||||||
$ ./build_flac_android.sh
|
$ ./build_externals_android.sh
|
||||||
|
|
||||||
Compile the Snapclient:
|
Compile the Snapclient:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue