curl-for-windows icon indicating copy to clipboard operation
curl-for-windows copied to clipboard

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

Open davecb opened this issue 11 years ago • 3 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 avatar Feb 11 '14 18:02 davecb

@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

peters avatar Feb 11 '14 19:02 peters

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

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

peters avatar Feb 11 '14 19:02 peters

Thanks! --dave

davecb avatar Feb 11 '14 21:02 davecb