cURL fully-static build script for Windows
Go to file
2024-02-06 22:48:39 +01:00
patch Updated patch for new curl version. 2024-02-06 22:48:39 +01:00
.gitattributes Added .gitattributes file to force LF line-endings. 2023-12-07 15:43:31 +01:00
.gitignore Some clean up. 2021-06-15 23:54:05 +02:00
build.sh Also build libpsl, because it is now required by cURL. 2024-02-06 00:19:33 +01:00
curl-screenshot.png Added README file. 2023-12-08 17:14:32 +01:00
LICENSE.txt Added README file. 2023-12-08 17:14:32 +01:00
make.cmd Updated cURL to version 8.6.0 (2024-01-31). 2024-02-05 23:52:07 +01:00
README.md Added README file. 2023-12-08 17:14:32 +01:00

cURL Windows

Build script to create fully-static binaries of cURL for Windows.

These builds provide full Unicode support as well as support for TLS 1.3, HTTP/2, HTTP/3 (QUIC), SSH-2 and IDN.

Resulting binaries run on Windows XP (SP-3) or later. 64-Bit binaries require Windows XP x64 Edition.

cURL

Prerequisites

This build script is based on MinGW-w64 and MSYS2.

Please see MSYS2 install instructions:
https://www.msys2.org/wiki/MSYS2-installation/

Acknowledgement

cURL has been created by Daniel Stenberg, daniel@haxx.se, and many contributors.

For details, see:
https://curl.se/docs/copyright.html