Skip to content

Commit b3a89c3

Browse files
authored
docs : Note about necessity of having libcurl installed for standard build. (#13945)
Signed-off-by: Jiri Podivin <[email protected]>
1 parent e15898d commit b3a89c3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/build.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ cmake --build build --config Release
6363
cmake --preset x64-windows-llvm-release
6464
cmake --build build-x64-windows-llvm-release
6565
```
66+
- Curl usage is enabled by default and can be turned off with `-DLLAMA_CURL=OFF`. Otherwise you need to install development libraries for libcurl.
6667
6768
## BLAS Build
6869

0 commit comments

Comments
 (0)