cURL fully-static build script for Windows
Go to file
2024-02-11 01:05:17 +01:00
build Improved handling of paths. 2024-02-06 23:10:30 +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 Improved handling of paths. 2024-02-06 23:10:30 +01:00
build.sh Implemented some additional checks. 2024-02-11 01:05:17 +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 Implemented some additional checks. 2024-02-11 01:05:17 +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