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 065908c commit 39cffdfCopy full SHA for 39cffdf
docs/build.md
@@ -68,6 +68,9 @@ 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` # (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
74
75
## BLAS Build
76
0 commit comments