0

I have an existing LibCurl build, which currently isn't supporting the protocol HTTP/2.0, since I never linked it with the nghttp2 software (which is required).

Is it still possible to adjust the build and add this software to the build? If so, how can I do this. If not, could anyone give me the build details for a LibCurl build supporting:

  • Static build
  • HTTPS-support (OpenSSL, I have this library installed)
  • HTTP/2.0 protocol support (nghttp2-software)

Thanks!

P.s. I use Visual Studio 2017

TVA van Hesteren
  • 1,031
  • 3
  • 20
  • 47
  • 1
    It isn't clear what you mean. Do you want to take a binary and massage it into the state of HTTP/2.0 support, then no, it isn't doable. But why would you want that? Just build it again from the source. – n. m. could be an AI Oct 08 '17 at 20:01
  • @n.m., well thats quite a problem... I can't remember how I build it from source... I am looking on the internet as well, however I still can't find the right solution. I want to build a static LibCurl library, supporting HTTPS over 2.0 protocol. I have to build the code for Microsoft Visual Studio 2017 with the build tools? – TVA van Hesteren Oct 08 '17 at 20:53

0 Answers0