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 1781010Copy full SHA for 1781010
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`
72
+ - Fedora / RHEL: `sudo dnf install libcurl-devel`
73
+ - Arch: `sudo pacman -S curl`
74
75
## BLAS Build
76
0 commit comments