peters / curl-for-windows

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Could we have a set of include files along with the prebuilt libraries?

davecb opened this issue · comments

When I attempt to configure on WinBlows 7, I can't get as far as creating the .h files, and so attempted to use the pre-built ones from SourceForge.

Alas, there were only .lib and .exe files in the packages there.

@davecb I'm not sure what you mean here.. the headers are included in .\curl-for-windows\curl\include .. if you intend to develop using "my port" the best thing todo is to clone this repository as a submodule in your project directory. If you are not using gyp then you can find more information about linking here & here

Could we have a set of include files along with the prebuilt libraries?

Sure, i'll include them in the next curl release.

Thanks! --dave