docs/android.md: Add dependency libandroid-spawn for building in termux (#21812)

Fixes https://github.com/ggml-org/llama.cpp/issues/18615
This commit is contained in:
aafsmarak 2026-06-22 09:18:31 +05:30 committed by GitHub
parent 52b3df0023
commit 0ef6f06d55
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ With Termux, you can install and run `llama.cpp` as if the environment were Linu
```
$ apt update && apt upgrade -y
$ apt install git cmake
$ apt install git cmake libandroid-spawn
```
Then, follow the [build instructions](https://github.com/ggml-org/llama.cpp/blob/master/docs/build.md), specifically for CMake.