An open API service indexing awesome lists of open source software.

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

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`.