https://github.com/mortend/curl-nuget
CURL package for VS2017
https://github.com/mortend/curl-nuget
Last synced: 12 days ago
JSON representation
CURL package for VS2017
- Host: GitHub
- URL: https://github.com/mortend/curl-nuget
- Owner: mortend
- Created: 2018-05-12T21:57:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T21:58:40.000Z (over 7 years ago)
- Last Synced: 2025-01-20T14:53:17.897Z (12 months ago)
- Language: Shell
- Homepage: https://www.nuget.org/packages/curl-vc141-static-x64/
- Size: 1000 Bytes
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CURL package
This will create a NuGet package containing `libcurl` for Visual Studio 2017.
## Prerequisites
- Bash
- CMake
- NuGet
- Visual Studio 2017
## Build instructions
1. Get [curl-7.59.0.zip](https://curl.haxx.se/download/curl-7.59.0.zip) and extract to this directory.
2. Run `bash build.sh`.
3. Enjoy `curl-vc141-static-x64.7.59.0.nupkg`.