Skip to content

An unofficial mirror of the curl library with support for static linking on Windows.

Notifications You must be signed in to change notification settings

hashbullet/curl-for-windows

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Curl for Visual Studio < 2015

Curl is a command line tool for transferring data specified with URL syntax.

This is an updated version with Curl v7.59.0, libssh2 v1.8.0, OpenSSL v1.1.0h, zlib v1.2.11 that build in Visual Studio 2015 and 2017

libcurl is the library curl is using to do its job. It is readily available to be used by your software.

About

This repository is a collection of submodules (dependencies) that curl need to build successfully. Simply open curl.sln and start build, you should be able build a working, statically linked version of libcurl.

Both x86 and x64 builds are supported.

Happy linking ;)

Curl dependencies

Obtaining prerequisites

$ git clone -b 7.59-1.80-1.2.11 --single-branch https://github.com/gelotus/curl-for-windows
$ git submodule update --init --recursive

By now you should have sweet, statically linked, CURL! ;)

About

An unofficial mirror of the curl library with support for static linking on Windows.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 100.0%