]> git.djapps.eu Git - pkg/ggml/sources/llama.cpp/commitdiff
docs : Note about necessity of having libcurl installed for standard build. (#13945)
authorJiří Podivín <redacted>
Sat, 31 May 2025 16:58:35 +0000 (18:58 +0200)
committerGitHub <redacted>
Sat, 31 May 2025 16:58:35 +0000 (18:58 +0200)
Signed-off-by: Jiri Podivin <redacted>
docs/build.md

index c9027c0b580a5d800da9b46fffb7df7bb4240132..32717a793ffad38ce2b1557d64fed117cdc76751 100644 (file)
@@ -63,6 +63,7 @@ cmake --build build --config Release
       cmake --preset x64-windows-llvm-release
       cmake --build build-x64-windows-llvm-release
       ```
+- Curl usage is enabled by default and can be turned off with `-DLLAMA_CURL=OFF`. Otherwise you need to install development libraries for libcurl.
 
 ## BLAS Build