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