From: aafsmarak Date: Mon, 22 Jun 2026 03:48:31 +0000 (+0530) Subject: docs/android.md: Add dependency `libandroid-spawn` for building in termux (#21812) X-Git-Tag: upstream/0.0.10438~683 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=0ef6f06d553b160d8fc1fba38f5848c7940873a2;p=pkg%2Fggml%2Fsources%2Fllama.cpp docs/android.md: Add dependency `libandroid-spawn` for building in termux (#21812) Fixes https://github.com/ggml-org/llama.cpp/issues/18615 --- diff --git a/docs/android.md b/docs/android.md index 964ce8a1f..e8d580a9e 100644 --- a/docs/android.md +++ b/docs/android.md @@ -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.