On Thu, Nov 18, 2021 at 10:04 PM Daniel Stenberg via curl-library < [email protected]> wrote:
> We have this blank section [*] in "everything curl" that is *supposed* to > help > users learn how to get libcurl for Windows (as an alterantive to building > it > yourself from source). > > Can I please get input on the best ways to do this? A few different > methods > are also perfectly fine - all in an effort to help guide (future) users. > FWIW, I'm using vcpkg. https://github.com/Microsoft/vcpkg This is the portfile for curl. https://github.com/microsoft/vcpkg/tree/master/ports/curl It doesn't download a prebuilt libcurl binary, but it compiles out libcurl and required libraries on your PC. -- Fujii
-- Unsubscribe: https://lists.haxx.se/listinfo/curl-library Etiquette: https://curl.haxx.se/mail/etiquette.html
