# cURL Windows Build script to create fully-static binaries of [**cURL**](https://curl.se/) 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](curl-screenshot.png) ## Prerequisites This build script is based on [MinGW-w64](https://www.mingw-w64.org/) and [MSYS2](https://www.msys2.org/). 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