We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9220426 commit 4e1196cCopy full SHA for 4e1196c
docs/build.md
@@ -68,6 +68,10 @@ cmake --build build --config Release
68
cmake --build build-x64-windows-llvm-release
69
```
70
- 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
75
76
## BLAS Build
77
0 commit comments