Skip to content

Commit 1781010

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

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`
72+
- Fedora / RHEL: `sudo dnf install libcurl-devel`
73+
- Arch: `sudo pacman -S curl`
7174
7275
## BLAS Build
7376

0 commit comments

Comments
 (0)