https://github.com/cjee21/libcurl-windows
https://github.com/cjee21/libcurl-windows
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/cjee21/libcurl-windows
- Owner: cjee21
- Created: 2026-05-19T09:42:33.000Z (29 days ago)
- Default Branch: main
- Last Pushed: 2026-05-19T11:17:27.000Z (29 days ago)
- Last Synced: 2026-05-19T12:53:20.374Z (29 days ago)
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
Automated builds of **libcurl** using vcpkg.
Compiled as completely standalone dynamic libraries (.dll) using the Static C Runtime (/MT) with Control Flow Guard (CFG) enabled.
Releases contain `libcurl.dll` formatted in a `$arch\Release\` directory structure.
To obtain the latest release in a build environment:
```
cd path\to\libcurl
del libcurl.zip
curl -LJO https://github.com/MediaArea/libcurl-Windows/releases/latest/download/libcurl.zip
tar -xf libcurl.zip
```