Skip to content

Commit 39cffdf

Browse files
docs: add libcurl-dev install hint for Linux distros (ggml-org#14801)
* docs: add libcurl-dev install hint for Linux distros Signed-off-by: PouyaGhahramanian <[email protected]> * Update docs/build.md --------- Signed-off-by: PouyaGhahramanian <[email protected]> Co-authored-by: Xuan-Son Nguyen <[email protected]>
1 parent 065908c commit 39cffdf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/build.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,9 @@ cmake --build build --config Release
6868
cmake --build build-x64-windows-llvm-release
6969
```
7070
- Curl usage is enabled by default and can be turned off with `-DLLAMA_CURL=OFF`. Otherwise you need to install development libraries for libcurl.
71+
- **Debian / Ubuntu:** `sudo apt-get install libcurl4-openssl-dev` # (or `libcurl4-gnutls-dev` if you prefer GnuTLS)
72+
- **Fedora / RHEL / Rocky / Alma:** `sudo dnf install libcurl-devel`
73+
- **Arch / Manjaro:** `sudo pacman -S curl` # includes libcurl headers
7174
7275
## BLAS Build
7376

0 commit comments

Comments
 (0)