cURL fully-static build script for Windows
patch | ||
.gitattributes | ||
.gitignore | ||
build.sh | ||
curl-screenshot.png | ||
LICENSE.txt | ||
make.cmd | ||
README.md |
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.
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