From 0ef6f06d553b160d8fc1fba38f5848c7940873a2 Mon Sep 17 00:00:00 2001 From: aafsmarak <92150196+aafsmarak@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:18:31 +0530 Subject: [PATCH] docs/android.md: Add dependency `libandroid-spawn` for building in termux (#21812) Fixes https://github.com/ggml-org/llama.cpp/issues/18615 --- docs/android.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/android.md b/docs/android.md index 964ce8a1f0..e8d580a9ed 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.