]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
docs/android.md: Add dependency `libandroid-spawn` for building in termux (#21812)
authoraafsmarak <redacted>
Mon, 22 Jun 2026 03:48:31 +0000 (09:18 +0530)
committerGitHub <redacted>
Mon, 22 Jun 2026 03:48:31 +0000 (05:48 +0200)
Fixes https://github.com/ggml-org/llama.cpp/issues/18615

docs/android.md

index 964ce8a1f05a74cd3fe25ad2687806c60ad86ea5..e8d580a9ed5d92b0d08d3191551550b8a1d10317 100644 (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.