mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2024-11-10 15:01:40 +00:00
[test-android] some followups on README.
This commit is contained in:
parent
e6b3ce8a6b
commit
fc4dcd709e
1 changed files with 5 additions and 0 deletions
|
@ -8,5 +8,10 @@ But so far this app makes sure that it loads `libfluidsynth.so` without problem.
|
||||||
|
|
||||||
## Building
|
## Building
|
||||||
|
|
||||||
|
It can be built and run from Android Studio (or gradle if you prefer).
|
||||||
|
|
||||||
You have to build fluidsynth for Android first, and then copy
|
You have to build fluidsynth for Android first, and then copy
|
||||||
`libfluidsynth.so` and all the dependencies into `app/src/main/jniLibs/{ABI}` (`armeabi-v7a` / `arm64-v8a` / `x86` / `x86_64`).
|
`libfluidsynth.so` and all the dependencies into `app/src/main/jniLibs/{ABI}` (`armeabi-v7a` / `arm64-v8a` / `x86` / `x86_64`).
|
||||||
|
|
||||||
|
If you want to build them locally the scripts under `build-scripts` directory would be useful. Run `download.sh` first, and then `build-all-archs.sh`. The scripts are mostly taken from the build scripts from `.azure`.
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue