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 4e1196c commit ea08263Copy full SHA for ea08263
docs/build.md
@@ -68,8 +68,7 @@ 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)_
+ - **Debian / Ubuntu:** `sudo apt-get install libcurl4-openssl-dev` # (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
0 commit comments