Skip to content

Commit 4e1196c

Browse files
docs: add libcurl-dev install hint for Linux distros
Signed-off-by: PouyaGhahramanian <[email protected]>
1 parent 9220426 commit 4e1196c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

docs/build.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,10 @@ 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`
72+
_(or `libcurl4-gnutls-dev` if you prefer GnuTLS)_
73+
- **Fedora / RHEL / Rocky / Alma:** `sudo dnf install libcurl-devel`
74+
- **Arch / Manjaro:** `sudo pacman -S curl` # includes libcurl headers
7175
7276
## BLAS Build
7377

0 commit comments

Comments
 (0)