Is there any good resource for the nitty-gritty details of building #Curl (mostly concerned with the library) for Windows, specifically with MSVC?
I muddled through getting things working from the little bit in the Readme.md in the winbuild folder, but I could really use more, especially since I'm having a hell of a time getting it to compile with native SSL support from within Visual Studio (weirdly, I can get it fine from a CLI session?).
Web searches seem to really love proffering everything.curl.dev/ to me, but it'd be barely more helpful even if it wasn't entirely based on out-of-date stuff that doesn't apply anymore :(