2025-08-26 04:41:14 +03:00
|
|
|
curl 8.14.1
|
|
|
|
|
=
|
|
|
|
|
https://github.com/curl/curl/releases/download/curl-8_14_1/curl-8.14.1.tar.gz
|
|
|
|
|
|
|
|
|
|
``` sh *** build ***
|
|
|
|
|
./configure \
|
|
|
|
|
--prefix=/pkg/gnu/curl \
|
|
|
|
|
--disable-docs \
|
|
|
|
|
--with-openssl \
|
2026-03-27 13:13:52 +03:00
|
|
|
--with-ca-path=/pkg/gnu/openssl/ssl/certs/
|
|
|
|
|
make -j$(nproc)
|
|
|
|
|
make install
|
2025-08-26 04:41:14 +03:00
|
|
|
```
|
|
|
|
|
|
|
|
|
|
``` cfg *** build deps ***
|
|
|
|
|
zlib
|
|
|
|
|
```
|