Aful
Aful
To build with MSVC, just clone the dependencies (brotli, nghttp2, zlib, zstd) with git and build & install them with CMake. I hate that CMake installs dependencies on `C:\Program Files...
> Hi @afulsamet, How did you compile boringssl with MSVC? I thought it only works with Ninja. I actually use Clang (clang-cl) & Ninja to build libcurl and dependencies. ```...
You will need to modify your patches to fix incompatible expressions & deprecated aliases for MSVC. - Declare `kMaxSignatureAlgorithmNameLen` as macro define (clang-cl doesn't need that). - Replace deprecated aliases...
> Cool, thanks! Do you mind if I merge you build script into the main branch? Sure, go ahead.